Home
last modified time | relevance | path

Searched refs:mtx_plain (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dsetlocale-lock.c120 if (mtx_init (&mutex, mtx_plain) != thrd_success) in atomic_init()
Dlock.c33 if (mtx_init (&lock->mutex, mtx_plain) != thrd_success) in glthread_lock_init()
73 if (mtx_init (&lock->lock, mtx_plain) != thrd_success in glthread_rwlock_init()
208 if (mtx_init (&lock->mutex, mtx_plain | mtx_recursive) != thrd_success) in glthread_recursive_lock_init()
/third_party/musl/include/
Dthreads.h36 mtx_plain = 0, enumerator
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h40 mtx_plain = 0, enumerator
/third_party/flutter/glfw/deps/
Dtinycthread.h176 #define mtx_plain 1 macro