/aosp_15_r20/external/musl/src/internal/ |
H A D | pthread_impl.h | 16 #define pthread __pthread macro 18 struct pthread { struct 21 struct pthread *self; argument 25 struct pthread *prev, *next; /* non-ABI */ argument 26 uintptr_t sysinfo; 29 uintptr_t canary_pad; 31 uintptr_t canary; 35 int tid; 36 int errno_val; 37 volatile int detach_state; [all …]
|
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | pthread_impl.h | 13 #define pthread __pthread macro 15 struct pthread { struct 18 struct pthread *self; argument 20 struct pthread *prev, *next; /* non-ABI */ argument 21 uintptr_t sysinfo; 22 uintptr_t canary, canary2; 25 int tid; 26 int errno_val; 27 volatile int detach_state; 28 volatile int cancel; [all …]
|
/aosp_15_r20/bionic/tests/ |
H A D | pthread_test.cpp | 54 TEST(pthread, pthread_key_create) { in TEST() argument 62 TEST(pthread, pthread_keys_max) { in TEST() argument 67 TEST(pthread, sysconf_SC_THREAD_KEYS_MAX_eq_PTHREAD_KEYS_MAX) { in TEST() argument 72 TEST(pthread, pthread_key_many_distinct) { in TEST() argument 100 TEST(pthread, pthread_key_not_exceed_PTHREAD_KEYS_MAX) { in TEST() argument 127 TEST(pthread, pthread_key_delete) { in TEST() argument 140 TEST(pthread, pthread_key_fork) { in TEST() argument 166 TEST(pthread, pthread_key_dirty) { in TEST() argument 196 TEST(pthread, pthread_heap_allocated_stack) { in TEST() argument 214 TEST(pthread, static_pthread_key_used_before_creation) { in TEST() argument [all …]
|
H A D | pthread_dlfcn_test.cpp | 45 TEST(pthread, pthread_atfork_with_dlclose) { in TEST() argument 91 TEST(pthread, pthread_atfork_child_with_dlclose) { in TEST() argument
|
H A D | sched_test.cpp | 316 TEST(pthread, sched_getaffinity) { in TEST() argument 332 TEST(pthread, sched_setaffinity) { in TEST() argument
|
H A D | android_unsafe_frame_pointer_chase_test.cpp | 96 TEST(android_unsafe_frame_pointer_chase, pthread) { in TEST() argument
|
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/hal/ |
D | phNxpNciHal_NfcDepSWPrio.cc | 129 pthread_t pthread; in phNxpNciHal_stop_polling_loop() local 154 pthread_t pthread; in phNxpNciHal_resume_polling_loop() local 179 pthread_t pthread; in phNxpNciHal_start_polling_loop() local 490 pthread_t pthread; in phNxpNciHal_select_RF_Discovery() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | java_vm_ext_test.cc | 92 pthread_t pthread; in TEST_F() local 104 pthread_t pthread; in TEST_F() local 117 pthread_t pthread; in TEST_F() local
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress_main.c | 204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class() 229 void thread_setup(THREAD_T pthread) in thread_setup() 234 void thread_setup(THREAD_T pthread) {} in thread_setup()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | pthread_mutex_scoped_lock.hpp | 17 namespace pthread namespace
|
/aosp_15_r20/art/test/169-threadgroup-jni/ |
H A D | jni_daemon_thread.cc | 56 pthread_t pthread; in Java_Main_testNativeThread() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | threadpool.h | 20 pthread_t pthread; member
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | thread.h | 42 Pthread pthread; member
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex_test.cc | 130 pthread_t pthread; in RecursiveLockWaitTest() local
|
/aosp_15_r20/external/ltp/testcases/realtime/include/ |
H A D | librttest.h | 81 pthread_t pthread; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | thread.cc | 45 pthread_t pthread; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/ |
D | Cargo.toml | 125 pthread = [] qkey
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | defs_aix.go | 169 type pthread C.pthread_t type
|
D | defs_openbsd_arm64.go | 167 type pthread uintptr type
|
D | defs_openbsd_riscv64.go | 172 type pthread uintptr type
|
D | defs_openbsd_386.go | 176 type pthread uintptr type
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | ThreadPool.cpp | 736 for (pthread_t pthread : pthreads) in ThreadPool_Exit() local
|
/aosp_15_r20/system/core/libutils/ |
H A D | Threads.cpp | 842 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid() local
|
/aosp_15_r20/external/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()
|
/aosp_15_r20/art/runtime/ |
H A D | runtime_callbacks_test.cc | 212 pthread_t pthread; in TEST_F() local
|