Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h110 queue_head_t handlerInvocations; variable
132 queue_head_t handlerInvocations; variable
H A DIOService.cpp2112 queue_enter( &notify->handlerInvocations, &invocation, in messageClient()
2122 queue_remove( &notify->handlerInvocations, &invocation, in messageClient()
2418 queue_iterate( &handlerInvocations, next, in wait()
2435 assert( queue_empty( &handlerInvocations )); in free()
2497 queue_init( &handlerInvocations ); in init()
3792 queue_enter( &notify->handlerInvocations, &invocation, in invokeNotifier()
3801 queue_remove( &notify->handlerInvocations, &invocation, in invokeNotifier()
6310 queue_init( &notify->handlerInvocations ); in setNotification()
7027 queue_iterate( &handlerInvocations, next, in wait()
7044 assert( queue_empty( &handlerInvocations )); in free()