Searched refs:progress_wait (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c66 pthread_cond_t progress_wait; variable
1779 pthread_cond_init(&progress_wait, NULL);
1789 pthread_cond_timedwait(&progress_wait, &screen_mutex,
1884 pthread_cond_signal(&progress_wait);
H A Dmksquashfs.c370 pthread_cond_t progress_wait; variable
733 pthread_cond_signal(&progress_wait);
2714 pthread_cond_init(&progress_wait, NULL);
2725 pthread_cond_timedwait(&progress_wait, &progress_mutex,

Completed in 78 milliseconds