Searched refs:_dispatch_mach_msg_set_reason (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/lib/libdispatch/src/ |
| HD | source.c | 3275 _dispatch_mach_msg_set_reason(dispatch_object_t dou, mach_error_t err, in _dispatch_mach_msg_set_reason() function 3329 _dispatch_mach_msg_set_reason(dmsg, 0, DISPATCH_MACH_MESSAGE_RECEIVED); in _dispatch_mach_msg_recv() 3353 _dispatch_mach_msg_set_reason(dmsg, 0, DISPATCH_MACH_DISCONNECTED); in _dispatch_mach_msg_disconnected() 3380 _dispatch_mach_msg_set_reason(dmsgr, 0, DISPATCH_MACH_DISCONNECTED); in _dispatch_mach_msg_create_reply_disconnected() 3390 _dispatch_mach_msg_set_reason(dmsg, 0, DISPATCH_MACH_MESSAGE_NOT_SENT); in _dispatch_mach_msg_not_sent() 3514 _dispatch_mach_msg_set_reason(dmsg, kr, 0); in _dispatch_mach_msg_send()
|