Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/headers/posix/
Dstdint_h.c62 TYPE(intptr_t); in stdint_h()
Dunistd_h.c286 TYPE(intptr_t); in unistd_h()
/bionic/libc/include/bits/
Dthreads_inlines.h173 *__result = __BIONIC_CAST(reinterpret_cast, intptr_t, __pthread_result); in thrd_join()
Dstdatomic.h192 typedef _Atomic(intptr_t) atomic_intptr_t;
/bionic/libc/include/
Dstdint.h70 typedef __intptr_t intptr_t; typedef
/bionic/tests/
Dpthread_test.cpp2047 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()
Dmalloc_test.cpp146 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()