Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dsemaphore.c162 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); in __sem_dec() local
186 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); in __sem_trydec() local
216 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); in __sem_inc() local
245 unsigned shared; in sem_wait() local
266 unsigned int shared; in sem_timedwait() local
334 unsigned int shared; in sem_post() local
Dpthread_mutex.cpp308 static inline void _normal_lock(pthread_mutex_t* mutex, int shared) { in _normal_lock()
347 static inline void _normal_unlock(pthread_mutex_t* mutex, int shared) { in _normal_unlock()
449 int mvalue, mtype, tid, shared; in pthread_mutex_lock() local
531 int mvalue, mtype, tid, shared; in pthread_mutex_unlock() local
583 int mvalue, mtype, tid, shared; in pthread_mutex_trylock() local
627 int shared = (mvalue & MUTEX_SHARED_MASK); in __pthread_mutex_timedlock() local
/bionic/libc/private/
Dbionic_futex.h57 static inline int __futex_wake_ex(volatile void* ftx, bool shared, int count) { in __futex_wake_ex()
65 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value, const struct timespec… in __futex_wait_ex()