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

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.h95 mach_port_t fRequestMachPort; // for requests to real time thread member in struct:_DVThread
H A DDVLib.c963 0, sizeof(msg), dvThread->fRequestMachPort, delay, MACH_PORT_NULL);
1164 err = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &dvThread->fRequestMachPort);
1165 err = mach_port_insert_right(mach_task_self(), dvThread->fRequestMachPort, dvThread->fRequestMachPort,
1327 mach_port_destroy(mach_task_self(), dvThread->fRequestMachPort);
1728 msg.msgHdr.msgh_remote_port = thread->fRequestMachPort;

Completed in 133 milliseconds