Searched refs:IOThread (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h127 IOThread workThread;
210 virtual IOThread getThread() const;
H A DIOLib.h70 typedef thread_t IOThread; typedef
251 @discussion This function creates a kernel thread, and passes the caller supplied argument to the new thread. Warning: the value returned by this function is not 100% reliable. There is a race condition where it is possible that the new thread has already terminated before this call returns. Under that circumstance the IOThread returned will be invalid. In general there is little that can be done with this value except compare it against 0. The thread itself can call IOThreadSelf() 100% reliably and that is the prefered mechanism to manipulate the IOThreads state.
254 @result An IOThread identifier for the new thread, equivalent to an osfmk thread_t. */
256 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h78 IOThread thread;
H A DIOWorkLoop.cpp426 IOThread IOWorkLoop::getThread() const
H A DIOLib.cpp173 IOThread IOCreateThread(IOThreadFunc fcn, void *arg)
H A DIOService.cpp221 IOThread thread;
H A DIOPMrootDomain.cpp6881 IOThread thread;

Completed in 112 milliseconds