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()
289 pthread_t *restore_thread = NULL; variable360 if(restore_thread) { in prep_exit()361 if(pthread_self() == *restore_thread) { in prep_exit()372 pthread_kill(*restore_thread, SIGUSR1); in prep_exit()3347 restore_thread = init_restore_thread(); in dir_scan()