HomeSort by: relevance | last modified time | path
    Searched defs:MUTEX_UNLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
popen.c 82 # define MUTEX_UNLOCK() \
85 mutex_unlock(&pidlist_mutex); \
89 # define MUTEX_UNLOCK() __nothing
205 MUTEX_UNLOCK();
220 MUTEX_UNLOCK();
242 MUTEX_UNLOCK();
256 MUTEX_UNLOCK();
282 MUTEX_UNLOCK();
295 MUTEX_UNLOCK();
  /src/crypto/external/cpl/trousers/dist/src/include/
threads.h 21 #define MUTEX_UNLOCK(m) pthread_mutex_unlock(&m)

Completed in 36 milliseconds