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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h95 queue_head_t handlerInvocations; member in class:_IOServiceNotifier
117 queue_head_t handlerInvocations; member in class:_IOServiceInterestNotifier
H A DIOService.cpp1522 queue_enter( &notify->handlerInvocations, &invocation,
1533 queue_remove( &notify->handlerInvocations, &invocation,
1755 queue_iterate( &handlerInvocations, next,
1772 assert( queue_empty( &handlerInvocations ));
1823 queue_init( &handlerInvocations );
2876 queue_enter( &notify->handlerInvocations, &invocation,
2886 queue_remove( &notify->handlerInvocations, &invocation,
4094 queue_init( &notify->handlerInvocations );
4530 queue_iterate( &handlerInvocations, next,
4547 assert( queue_empty( &handlerInvocations ));
[all...]

Completed in 41 milliseconds