Searched refs:create_door_thr (Results 1 – 3 of 3) sorted by relevance
687 create_door_thr(void *arg) in create_door_thr() function712 (void) thr_create(NULL, 0, create_door_thr, NULL, in mk_thr_pool()
271 static void *create_door_thr(void *);
2814 create_door_thr(void *arg) in create_door_thr() function2845 pthread_create(NULL, &door_thr_attr, create_door_thr, NULL) == 0) { in door_server_pool()