/bionic/libc/bionic/ |
D | pthread_internal.cpp | 63 pthread_t __pthread_internal_add(pthread_internal_t* thread) { in __pthread_internal_add() 76 void __pthread_internal_remove(pthread_internal_t* thread) { in __pthread_internal_remove() 89 static void __pthread_internal_free(pthread_internal_t* thread) { in __pthread_internal_free() 96 void __pthread_internal_remove_and_free(pthread_internal_t* thread) { in __pthread_internal_remove_and_free() 102 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id); in __pthread_internal_find() local
|
D | pthread_exit.cpp | 51 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push() local 60 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop() local 67 static void __pthread_unmap_tls(pthread_internal_t* thread) { in __pthread_unmap_tls() 78 pthread_internal_t* thread = __get_thread(); in pthread_exit() local
|
D | pthread_create.cpp | 54 bool __init_tls(pthread_internal_t* thread) { in __init_tls() 84 void __init_thread_stack_guard(pthread_internal_t* thread) { in __init_thread_stack_guard() 89 void __init_alternate_signal_stack(pthread_internal_t* thread) { in __init_alternate_signal_stack() 112 int __init_thread(pthread_internal_t* thread) { in __init_thread() 222 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread() local 244 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(arg); in __pthread_start() local 281 pthread_internal_t* thread = NULL; in pthread_create() 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_gettid_np.cpp | 34 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_gettid_np() local
|
D | pthread_detach.cpp | 37 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_detach() local
|
D | pthread_join.cpp | 41 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_join() local
|
D | pthread_attr.cpp | 244 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(t); in pthread_getattr_np() local
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 180 pthread_t thread; in BM_pthread_create() local 195 pthread_t thread; in BM_pthread_create_and_run() local 208 pthread_t thread; in BM_pthread_exit_and_join() local
|
/bionic/tests/ |
D | leak_test.cpp | 113 pthread_t thread; in TEST() local 145 pthread_t thread; in TEST() local
|
D | semaphore_test.cpp | 209 pthread_t thread; in TEST() local 232 pthread_t thread; in TEST() local
|
D | stdio_ext_test.cpp | 229 pthread_t thread; in TEST() local
|
D | pty_test.cpp | 139 pthread_t thread; in TEST() local
|
D | system_properties_test.cpp | 365 std::thread thread([&system_properties, &flag]() { in TEST() local 394 std::thread thread([&system_properties]() { in TEST() local
|
D | pthread_test.cpp | 921 pthread_t thread; in test_pthread_rwlock_reader_wakeup_writer() local 970 pthread_t thread; in test_pthread_rwlock_writer_wakeup_reader() local 1045 pthread_t thread; in pthread_rwlock_timedrdlock_timeout_helper() local 1082 pthread_t thread; in pthread_rwlock_timedwrlock_timeout_helper() local 1130 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread() 1137 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread() 1350 pthread_t thread; member in pthread_CondWakeupTest 1958 pthread_t thread; in test() local 2056 pthread_t thread; in test() local 2170 pthread_t thread; in pthread_mutex_timedlock_pi_helper() local [all …]
|
D | sys_socket_test.cpp | 81 pthread_t thread; in RunTest() local
|
D | signal_test.cpp | 174 std::thread thread([&pid]() { in TEST() local
|
/bionic/tools/versioner/src/ |
D | Driver.cpp | 231 for (auto& thread : threads) { in initializeTargetCC1FlagCache() local
|
D | versioner.cpp | 256 for (auto& thread : threads) { in compileHeaders() local
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 2173 std::thread thread([](){ in TEST_F() local
|