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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c188 static pthread_t envthr_tid; /* envthr thread ID */ variable
984 if (envthr_created == B_FALSE && pthread_create(&envthr_tid,
1043 (void) pthread_cancel(envthr_tid);
1044 (void) pthread_join(envthr_tid, &exitval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c324 static pthread_t envthr_tid; /* envthr thread ID */ variable
2647 if (envthr_created == B_FALSE && pthread_create(&envthr_tid,

Completed in 50 milliseconds