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

/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c49 pthread_t Acc_tid; /* Thread ID for accepting conns */ variable
417 fmd_thr_destroy(hdl, Acc_tid);
418 Acc_tid = EXS_TID_FREE;
472 Acc_tid = fmd_thr_create(hdl, exs_listen, hdl);
515 Acc_tid = EXS_TID_FREE;
583 if (Acc_tid != EXS_TID_FREE) {
585 fmd_thr_signal(hdl, Acc_tid);
586 fmd_thr_destroy(hdl, Acc_tid);

Completed in 64 milliseconds