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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h97 queue_head_t handlerInvocations; member in class:_IOServiceNotifier
119 queue_head_t handlerInvocations; member in class:_IOServiceInterestNotifier
H A DIOService.cpp1384 queue_enter( &notify->handlerInvocations, &invocation,
1395 queue_remove( &notify->handlerInvocations, &invocation,
1526 queue_init( &notify->handlerInvocations );
1597 queue_iterate( &handlerInvocations, next,
1614 assert( queue_empty( &handlerInvocations ));
2575 queue_enter( &notify->handlerInvocations, &invocation,
2585 queue_remove( &notify->handlerInvocations, &invocation,
3788 queue_init( &notify->handlerInvocations );
4224 queue_iterate( &handlerInvocations, next,
4241 assert( queue_empty( &handlerInvocations ));
[all...]

Completed in 36 milliseconds