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.c289 pthread_t *restore_thread = NULL; variable
360 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()