Searched refs:restore_thread (Results 1 – 2 of 2) sorted by relevance
57 static pthread_t restore_thread; variable153 pthread_create(&restore_thread, NULL, restore_thrd, NULL); in init_restore_thread()154 return &restore_thread; in init_restore_thread()
302 pthread_t *restore_thread = NULL; variable373 if(restore_thread) { in prep_exit()374 if(pthread_self() == *restore_thread) { in prep_exit()385 pthread_kill(*restore_thread, SIGUSR1); in prep_exit()3391 restore_thread = init_restore_thread(); in dir_scan()