Searched defs:shared (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | semaphore.c | 165 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); in __sem_dec() local 189 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); in __sem_trydec() local 219 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); in __sem_inc() local 248 unsigned shared; in sem_wait() local 270 unsigned int shared; in sem_timedwait() local 338 unsigned int shared; in sem_post() local
|
D | pthread.c | 452 _normal_lock(pthread_mutex_t* mutex, int shared) in _normal_lock() 492 _normal_unlock(pthread_mutex_t* mutex, int shared) in _normal_unlock() 593 int mvalue, mtype, tid, shared; in pthread_mutex_lock_impl() local 687 int mvalue, mtype, tid, shared; in pthread_mutex_unlock_impl() local 754 int mvalue, mtype, tid, shared; in pthread_mutex_trylock_impl() local 849 int mvalue, mtype, tid, shared; in pthread_mutex_lock_timeout_np_impl() local
|