Searched refs:own (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_mutex_trylock.c4 int old, own; local
9 own = old & PTHREAD_MUTEX_OWNED_LOCK_MASK;
10 if (own == tid && (type & PTHREAD_MUTEX_MASK) == PTHREAD_MUTEX_RECURSIVE) {
17 if (own || a_cas_shim(&m->_m_lock, old, tid) != old) {
/fuchsia/zircon/system/core/userboot/
H A Drules.mk44 # our own versions of these functions which later causes a link failure.
/fuchsia/zircon/make/
H A Dengine.mk257 # Assembler code has its own way of requesting .debug_frame vs .eh_frame with

Completed in 32 milliseconds