Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/
HDsource.c2433 static dispatch_source_t _dispatch_mach_notify_source; variable
2497 _dispatch_mach_notify_source = dispatch_source_create( in _dispatch_mach_recv_portset_init()
2503 _dispatch_mach_notify_source->ds_refs->ds_handler[DS_EVENT_HANDLER] = in _dispatch_mach_recv_portset_init()
2505 dispatch_assert(_dispatch_mach_notify_source); in _dispatch_mach_recv_portset_init()
2506 dispatch_resume(_dispatch_mach_notify_source); in _dispatch_mach_recv_portset_init()
2814 if (ds == _dispatch_mach_notify_source) { in _dispatch_source_merge_mach_msg()