Searched refs:screen_mutex (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.h61 pthread_mutex_lock(&screen_mutex); \
65 pthread_mutex_unlock(&screen_mutex);\
73 pthread_mutex_lock(&screen_mutex); \
77 pthread_mutex_unlock(&screen_mutex);\
82 pthread_mutex_lock(&screen_mutex); \
84 pthread_mutex_unlock(&screen_mutex);\
259 extern pthread_mutex_t screen_mutex;
H A Dunsquashfs.c65 pthread_mutex_t screen_mutex; variable
1781 pthread_mutex_lock(&screen_mutex);
1789 pthread_cond_timedwait(&progress_wait, &screen_mutex,
1867 pthread_mutex_lock(&screen_mutex);
1869 pthread_mutex_unlock(&screen_mutex);
1875 pthread_mutex_lock(&screen_mutex);
1877 pthread_mutex_unlock(&screen_mutex);
1883 pthread_mutex_lock(&screen_mutex);
1885 pthread_mutex_unlock(&screen_mutex);
1968 pthread_mutex_init(&screen_mutex, NUL
[all...]

Completed in 44 milliseconds