Lines Matching refs:fmd
44 tp->thr_trfunc = fmd.d_thr_trace; in fmd_thread_xcreate()
48 (void) pthread_mutex_lock(&fmd.d_thr_lock); in fmd_thread_xcreate()
49 fmd_list_append(&fmd.d_thr_list, tp); in fmd_thread_xcreate()
50 (void) pthread_mutex_unlock(&fmd.d_thr_lock); in fmd_thread_xcreate()
60 if (pthread_setspecific(fmd.d_key, tp) != 0) in fmd_thread_start()
84 tp->thr_trfunc = fmd.d_thr_trace; in fmd_thread_create_cmn()
91 (void) sigdelset(&nset, fmd.d_thr_sig); /* fmd_thr_signal() */ in fmd_thread_create_cmn()
102 (void) pthread_mutex_lock(&fmd.d_thr_lock); in fmd_thread_create_cmn()
103 fmd_list_append(&fmd.d_thr_list, tp); in fmd_thread_create_cmn()
104 (void) pthread_mutex_unlock(&fmd.d_thr_lock); in fmd_thread_create_cmn()
130 (void) pthread_mutex_lock(&fmd.d_thr_lock); in fmd_thread_destroy()
131 fmd_list_delete(&fmd.d_thr_list, tp); in fmd_thread_destroy()
132 (void) pthread_mutex_unlock(&fmd.d_thr_lock); in fmd_thread_destroy()