HomeSort by relevance Sort by last modified time
    Searched full:open_mutex (Results 1 - 1 of 1) sorted by null

  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 922 pthread_mutex_t open_mutex = PTHREAD_MUTEX_INITIALIZER; variable
938 pthread_mutex_lock(&open_mutex);
940 pthread_cond_wait(&open_empty, &open_mutex);
942 pthread_mutex_unlock(&open_mutex);
954 pthread_mutex_lock(&open_mutex);
957 pthread_mutex_unlock(&open_mutex);
    [all...]

Completed in 125 milliseconds