Searched defs:shared (Results 1 – 4 of 4) sorted by relevance
146 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; in __sem_dec() local166 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; in __sem_trydec() local190 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; in __sem_inc() local217 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); in sem_wait() local251 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
276 uint16_t shared) { in __pthread_normal_mutex_trylock()301 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()426 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
60 static inline int __futex_wake_ex(volatile void* ftx, bool shared, int count) { in __futex_wake_ex()68 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value, in __futex_wait_ex()
63 TEST(thread_local_storage, shared) { in TEST() argument