Searched refs:mythread_mutex (Results 1 – 2 of 2) sorted by relevance
113 typedef pthread_mutex_t mythread_mutex; typedef179 mythread_mutex_init(mythread_mutex *mutex) in mythread_mutex_init()185 mythread_mutex_destroy(mythread_mutex *mutex) in mythread_mutex_destroy()193 mythread_mutex_lock(mythread_mutex *mutex) in mythread_mutex_lock()201 mythread_mutex_unlock(mythread_mutex *mutex) in mythread_mutex_unlock()273 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()283 mythread_cond_timedwait(mythread_cond *cond, mythread_mutex *mutex, in mythread_cond_timedwait()344 typedef CRITICAL_SECTION mythread_mutex; typedef413 mythread_mutex_init(mythread_mutex *mutex) in mythread_mutex_init()420 mythread_mutex_destroy(mythread_mutex *mutex) in mythread_mutex_destroy()[all …]
91 mythread_mutex mutex;175 mythread_mutex mutex;