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

  /src/external/public-domain/xz/dist/src/common/
mythread.h 32 // Perform mythread_mutex_lock(&mutex) in the beginning of a block
47 // things down at all compared to plain mythread_mutex_lock(&mutex)
56 : (mythread_mutex_lock(&(mutex)), 1); \
220 mythread_mutex_lock(mythread_mutex *mutex) function
454 mythread_mutex_lock(mythread_mutex *mutex) function
mythread.h 32 // Perform mythread_mutex_lock(&mutex) in the beginning of a block
47 // things down at all compared to plain mythread_mutex_lock(&mutex)
56 : (mythread_mutex_lock(&(mutex)), 1); \
220 mythread_mutex_lock(mythread_mutex *mutex) function
454 mythread_mutex_lock(mythread_mutex *mutex) function

Completed in 31 milliseconds