Associate
Declaration
kern_return_t Associate(uint64_t options);Parameters
- options:
Options for Associate(). Use kIOEventLinkAssociateCurrentThread or kIOEventLinkAssociateOnWait.
Return Value
kIOReturnSuccess on success. See IOReturn.h for error codes.
Discussion
Associate a thread with the eventlink.
The eventlink should be activated before this call. This is not real-time safe.