Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c45 extern pthread_t env_temp_thr_tid;
121 (void) pthread_cancel(env_temp_thr_tid); in piclenvmond_fini()
122 (void) pthread_join(env_temp_thr_tid, &exitval); in piclenvmond_fini()
H A Dpiclsensors.c76 pthread_t env_temp_thr_tid; variable
681 if (pthread_create(&env_temp_thr_tid, NULL, in env_create_temp_sensor_node()