| /bionic/libc/bionic/ |
| D | pthread_internal.cpp | 53 pthread_t __pthread_internal_add(pthread_internal_t* thread) { in __pthread_internal_add() 66 void __pthread_internal_remove(pthread_internal_t* thread) { in __pthread_internal_remove() 79 static void __pthread_internal_free(pthread_internal_t* thread) { in __pthread_internal_free() 86 void __pthread_internal_remove_and_free(pthread_internal_t* thread) { in __pthread_internal_remove_and_free() 92 pthread_internal_t* thread = __pthread_internal_find(thread_id, caller); in __pthread_internal_gettid() local 97 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id); in __pthread_internal_find() local 184 __LIBC_HIDDEN__ void* __allocate_stack_mte_ringbuffer(size_t n, pthread_internal_t* thread) { in __allocate_stack_mte_ringbuffer()
|
| D | pthread_create.cpp | 91 static void __init_alternate_signal_stack(pthread_internal_t* thread) { in __init_alternate_signal_stack() 154 void __init_additional_stacks(pthread_internal_t* thread) { in __init_additional_stacks() 159 int __init_thread(pthread_internal_t* thread) { in __init_thread() 301 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread() local 336 pthread_internal_t* thread = __get_thread(); in __set_stack_and_tls_vma_name() local 362 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(arg); in __pthread_start() local 426 pthread_internal_t* thread = tcb->thread(); in pthread_create() local
|
| D | pthread_exit.cpp | 54 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push() local 63 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop() local 75 pthread_internal_t* thread = __get_thread(); in pthread_exit() local
|
| D | __cxa_thread_atexit_impl.cpp | 42 pthread_internal_t* thread = __get_thread(); in __cxa_thread_atexit_impl() local 52 pthread_internal_t* thread = __get_thread(); in __cxa_thread_finalize() local
|
| D | pthread_detach.cpp | 37 pthread_internal_t* thread = __pthread_internal_find(t, "pthread_detach"); in pthread_detach() local
|
| D | pthread_join.cpp | 43 pthread_internal_t* thread = __pthread_internal_find(t, "pthread_join"); in pthread_join() local
|
| D | __libc_init_main_thread.cpp | 88 void __init_tcb(bionic_tcb* tcb, pthread_internal_t* thread) { in __init_tcb()
|
| D | pthread_attr.cpp | 199 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(t); in pthread_getattr_np() local
|
| /bionic/benchmarks/ |
| D | pthread_benchmark.cpp | 183 pthread_t thread; in BM_pthread_create() local 198 pthread_t thread; in BM_pthread_create_and_run() local 211 pthread_t thread; in BM_pthread_exit_and_join() local
|
| /bionic/tests/ |
| D | stack_unwinding_test.cpp | 79 TEST(stack_unwinding, thread) { in TEST() argument 80 pthread_t thread; in TEST() local
|
| D | leak_test.cpp | 116 pthread_t thread; in TEST() local 156 pthread_t thread; in TEST() local
|
| D | semaphore_test.cpp | 229 pthread_t thread; in TEST() local 252 pthread_t thread; in TEST() local
|
| D | malloc_stress_test.cpp | 115 for (auto thread : threads) { in TEST() local
|
| D | pty_test.cpp | 138 pthread_t thread; in TEST() local
|
| D | stdio_ext_test.cpp | 246 std::thread thread([&]() { in TEST() local
|
| D | pthread_test.cpp | 611 pthread_t thread; in TEST() local 1017 pthread_t thread; in test_pthread_rwlock_reader_wakeup_writer() local 1084 pthread_t thread; in test_pthread_rwlock_writer_wakeup_reader() local 1177 pthread_t thread; in pthread_rwlock_timedrdlock_timeout_helper() local 1245 pthread_t thread; in pthread_rwlock_timedwrlock_timeout_helper() local 1326 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread() 1333 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread() 1594 pthread_t thread; member in pthread_CondWakeupTest 2157 pthread_t thread; in UnlockFromAnotherThread() local 2317 pthread_t thread; in test() local [all …]
|
| D | sys_socket_test.cpp | 75 pthread_t thread; in RunTest() local
|
| D | system_properties_test.cpp | 438 std::thread thread([&system_properties, &flag]() { in TEST() local 467 std::thread thread([&system_properties]() { in TEST() local
|
| D | time_test.cpp | 1346 std::thread thread{[&] { in TEST() local 1389 std::thread thread{[&done] { in TEST() local
|
| D | malloc_test.cpp | 1114 for (auto thread : threads) { in TEST() local 1517 pthread_t thread; in TEST() local
|
| D | signal_test.cpp | 627 pthread_t thread; in TEST() local
|
| /bionic/libc/private/ |
| D | bionic_tls.h | 74 pthread_internal_t* thread() { in thread() function
|
| /bionic/libc/malloc_debug/tests/ |
| D | malloc_debug_system_tests.cpp | 762 std::thread thread([&tid, &running] { in TEST() local
|
| D | malloc_debug_unit_tests.cpp | 2369 std::thread thread([](){ in TEST_F() local
|