Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/private/
HDmach_private.h181 dispatch_mach_msg_create(mach_msg_header_t *msg, size_t size,
/trueos/lib/libdispatch/src/
HDsource.c3325 dmsg = dispatch_mach_msg_create(hdr, siz, destructor, NULL); in _dispatch_mach_msg_recv()
3349 dmsg = dispatch_mach_msg_create(NULL, sizeof(mach_msg_header_t), in _dispatch_mach_msg_disconnected()
3364 dmsgr = dispatch_mach_msg_create(NULL, sizeof(mach_msg_header_t), in _dispatch_mach_msg_create_reply_disconnected()
4078 dispatch_mach_msg_create(mach_msg_header_t *msg, size_t size, in dispatch_mach_msg_create() function