Searched refs:threadMain (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h83 @abstract Static function that calls the threadMain function.
174 /*! @function threadMain
183 virtual void threadMain();
225 @discussion Add an event source to be monitored by the work loop. This function does not return until the work loop has acknowledged the arrival of the new event source. When a new event has been added the threadMain will always restart its loop and check all outstanding events. The event source is retained by the work loop.
232 @discussion Remove an event source from the work loop. This function does not return until the work loop has acknowledged the removal of the event source. When an event has been removed the threadMain will always restart its loop and check all outstanding events. The event source will be released before return.
295 @discussion Consists of the inner 2 loops of the threadMain function(qv).
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp176 &IOWorkLoop::threadMain);
391 /* virtual */ void IOWorkLoop::threadMain() function in class:IOWorkLoop
405 thread_continue_t, this, &IOWorkLoop::threadMain);

Completed in 16 milliseconds