Home
last modified time | relevance | path

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

/NextBSD/sys/compat/mach/kern/
HDipc_tt.c388 act_lock(thr_act);
415 act_lock(thr_act); in ipc_thr_act_terminate()
498 act_lock(thr_act); in retrieve_thread_self_fast()
1093 act_lock(thr_act); in convert_thread_to_port()
/NextBSD/sys/sys/mach/
HDthread.h651 #define act_lock(act) mtx_lock(&(act)->ith_lock_data) macro