Searched refs:dr_thread (Results 1 – 1 of 1) sorted by relevance
179 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