Home
last modified time | relevance | path

Searched refs:restore_thread (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Drestore.c57 static pthread_t restore_thread; variable
153 pthread_create(&restore_thread, NULL, restore_thrd, NULL); in init_restore_thread()
154 return &restore_thread; in init_restore_thread()
Dmksquashfs.c282 pthread_t *restore_thread = NULL; variable
335 if(restore_thread) { in prep_exit()
336 if(pthread_self() == *restore_thread) { in prep_exit()
347 pthread_kill(*restore_thread, SIGUSR1); in prep_exit()
3294 restore_thread = init_restore_thread(); in dir_scan()