Home
last modified time | relevance | path

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

/titanic_50/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) { in piclfrutree_init()
5472 dr_thread(void * arg) in dr_thread() function