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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c1062 int threadport = uap->thread_port; local
1078 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_CVSIGNAL | DBG_FUNC_START, (uint32_t)cond, cgen, cugen, threadport, 0);
1085 if (((threadport == 0) && (is_seqhigher(signalseq, uptoseq))) || is_seqhigher((csgen & PTHRW_COUNT_MASK), uptoseq)) {
1092 if (threadport != 0) {
1093 th = (thread_t)port_name_to_thread((mach_port_name_t)threadport);

Completed in 75 milliseconds