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

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.h70 pthread_t h_tid; /* Thread ID of server thread */ member in struct:etm_xport_sock_hdl
H A Dex_dscp.c82 hp->h_tid = EXS_TID_FREE;
346 if (hp->h_tid != EXS_TID_FREE) {
348 fmd_thr_signal(hp->h_hdl, hp->h_tid);
349 fmd_thr_destroy(hp->h_hdl, hp->h_tid);
363 hp->h_tid = fmd_thr_create(hdl, exs_server, hp);
563 if (hp->h_tid != EXS_TID_FREE) {
565 fmd_thr_signal(hdl, hp->h_tid);
566 fmd_thr_destroy(hdl, hp->h_tid);
609 fmd_thr_destroy(hp->h_hdl, hp->h_tid);
610 hp->h_tid
[all...]

Completed in 96 milliseconds