Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 25) sorted by relevance

/bionic/libc/bionic/
Dpthread_internal.cpp48 pthread_t __pthread_internal_add(pthread_internal_t* thread) { in __pthread_internal_add()
61 void __pthread_internal_remove(pthread_internal_t* thread) { in __pthread_internal_remove()
74 static void __pthread_internal_free(pthread_internal_t* thread) { in __pthread_internal_free()
81 void __pthread_internal_remove_and_free(pthread_internal_t* thread) { in __pthread_internal_remove_and_free()
87 pthread_internal_t* thread = __pthread_internal_find(thread_id, caller); in __pthread_internal_gettid() local
92 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id); in __pthread_internal_find() local
Dpthread_create.cpp89 static void __init_alternate_signal_stack(pthread_internal_t* thread) { in __init_alternate_signal_stack()
137 void __init_additional_stacks(pthread_internal_t* thread) { in __init_additional_stacks()
142 int __init_thread(pthread_internal_t* thread) { in __init_thread()
280 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread() local
315 pthread_internal_t* thread = __get_thread(); in __set_stack_and_tls_vma_name() local
340 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(arg); in __pthread_start() local
400 pthread_internal_t* thread = tcb->thread(); in pthread_create() local
Dpthread_exit.cpp53 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push() local
62 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop() local
74 pthread_internal_t* thread = __get_thread(); in pthread_exit() local
D__cxa_thread_atexit_impl.cpp42 pthread_internal_t* thread = __get_thread(); in __cxa_thread_atexit_impl() local
52 pthread_internal_t* thread = __get_thread(); in __cxa_thread_finalize() local
Dpthread_detach.cpp37 pthread_internal_t* thread = __pthread_internal_find(t, "pthread_detach"); in pthread_detach() local
Dpthread_join.cpp43 pthread_internal_t* thread = __pthread_internal_find(t, "pthread_join"); in pthread_join() local
D__libc_init_main_thread.cpp88 void __init_tcb(bionic_tcb* tcb, pthread_internal_t* thread) { in __init_tcb()
Dpthread_attr.cpp245 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(t); in pthread_getattr_np() local
/bionic/benchmarks/
Dpthread_benchmark.cpp183 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/
Dstack_unwinding_test.cpp80 TEST(stack_unwinding, thread) { in TEST() argument
81 pthread_t thread; in TEST() local
Dleak_test.cpp116 pthread_t thread; in TEST() local
156 pthread_t thread; in TEST() local
Dsemaphore_test.cpp225 pthread_t thread; in TEST() local
248 pthread_t thread; in TEST() local
Dmalloc_stress_test.cpp65 for (auto thread : threads) { in TEST() local
Dpty_test.cpp138 pthread_t thread; in TEST() local
Dstdio_ext_test.cpp230 pthread_t thread; in TEST() local
Dpthread_test.cpp551 pthread_t thread; in TEST() local
957 pthread_t thread; in test_pthread_rwlock_reader_wakeup_writer() local
1024 pthread_t thread; in test_pthread_rwlock_writer_wakeup_reader() local
1117 pthread_t thread; in pthread_rwlock_timedrdlock_timeout_helper() local
1185 pthread_t thread; in pthread_rwlock_timedwrlock_timeout_helper() local
1266 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()
1273 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()
1495 pthread_t thread; member in pthread_CondWakeupTest
2058 pthread_t thread; in UnlockFromAnotherThread() local
2218 pthread_t thread; in test() local
[all …]
Dsystem_properties_test.cpp365 std::thread thread([&system_properties, &flag]() { in TEST() local
394 std::thread thread([&system_properties]() { in TEST() local
Dsys_socket_test.cpp81 pthread_t thread; in RunTest() local
Dmalloc_test.cpp1060 for (auto thread : threads) { in TEST() local
1455 pthread_t thread; in TEST() local
Dsignal_test.cpp618 pthread_t thread; in TEST() local
/bionic/libc/private/
Dbionic_tls.h74 pthread_internal_t* thread() { in thread() function
/bionic/tools/versioner/src/
DDriver.cpp226 for (auto& thread : threads) { in initializeTargetCC1FlagCache() local
Dversioner.cpp255 for (auto& thread : threads) { in compileHeaders() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp750 std::thread thread([&tid, &running] { in TEST() local
Dmalloc_debug_unit_tests.cpp2278 std::thread thread([](){ in TEST_F() local