Searched refs:intptr_t (Results 1 – 7 of 7) sorted by relevance
62 TYPE(intptr_t); in stdint_h()
286 TYPE(intptr_t); in unistd_h()
173 *__result = __BIONIC_CAST(reinterpret_cast, intptr_t, __pthread_result); in thrd_join()
192 typedef _Atomic(intptr_t) atomic_intptr_t;
70 typedef __intptr_t intptr_t; typedef
2047 intptr_t result = pthread_mutex_unlock(mutex); in UnlockFromAnotherThread()2052 return reinterpret_cast<intptr_t>(result); in UnlockFromAnotherThread()2422 intptr_t result = args->lock_function(&args->m.lock, &ts); in pthread_mutex_timedlock_pi_helper()2430 ASSERT_EQ(ETIMEDOUT, reinterpret_cast<intptr_t>(result)); in pthread_mutex_timedlock_pi_helper()
146 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()