HomeSort by relevance Sort by last modified time
    Searched refs:restore_thread (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
restore.c 57 static pthread_t restore_thread; variable
153 pthread_create(&restore_thread, NULL, restore_thrd, NULL);
154 return &restore_thread;
mksquashfs.c 273 pthread_t *restore_thread = NULL; variable
326 if(restore_thread) {
327 if(pthread_self() == *restore_thread) {
338 pthread_kill(*restore_thread, SIGUSR1);
    [all...]

Completed in 48 milliseconds