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.c273 pthread_t *restore_thread = NULL; variable
326 if(restore_thread) { in prep_exit()
327 if(pthread_self() == *restore_thread) { in prep_exit()
338 pthread_kill(*restore_thread, SIGUSR1); in prep_exit()
3215 restore_thread = init_restore_thread(); in dir_scan()