Searched defs:shared (Results 1 – 3 of 3) sorted by relevance
145 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; in __sem_dec() local165 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; in __sem_trydec() local189 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; in __sem_inc() local216 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); in sem_wait() local243 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); in sem_timedwait() local272 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); in sem_post() local
273 uint16_t shared) { in __pthread_normal_mutex_trylock()298 uint16_t shared, in __pthread_normal_mutex_lock()340 uint16_t shared) { in __pthread_normal_mutex_unlock()397 uint16_t shared, in __recursive_or_errorcheck_mutex_wait()423 uint16_t shared = (old_state & MUTEX_SHARED_MASK); in __pthread_mutex_lock_with_timeout() local514 uint16_t shared = (old_state & MUTEX_SHARED_MASK); in pthread_mutex_lock() local535 uint16_t shared = (old_state & MUTEX_SHARED_MASK); in pthread_mutex_unlock() local579 uint16_t shared = (old_state & MUTEX_SHARED_MASK); in pthread_mutex_trylock() local
58 static inline int __futex_wake_ex(volatile void* ftx, bool shared, int count) { in __futex_wake_ex()66 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value, const struct timespec… in __futex_wait_ex()