create_door_thr
(void) thr_create(NULL, 0, create_door_thr, NULL,
pthread_create(NULL, &door_thr_attr, create_door_thr, NULL) == 0) {
static void *create_door_thr(void *);