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

/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c900 /* wait for dp->dr_thread to be filled in */
908 assert(dp->dr_thread == thr_self());
1033 assert(dp->dr_thread == NULL);
1041 dp->dr_thread = thread;
1136 dp->dr_thread = NULL;
H A Dmhd_local.h87 thread_t dr_thread; /* daemon thread */ member in struct:mhd_drive
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c179 static void *dr_thread(void *);
357 if (pthread_create(&tid, NULL, &dr_thread, NULL) != 0) {
5472 dr_thread(void * arg) function

Completed in 70 milliseconds