Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.cpp44 pthread_t __pthread_internal_add(pthread_internal_t* thread) { in __pthread_internal_add()
57 void __pthread_internal_remove(pthread_internal_t* thread) { in __pthread_internal_remove()
70 static void __pthread_internal_free(pthread_internal_t* thread) { in __pthread_internal_free()
77 void __pthread_internal_remove_and_free(pthread_internal_t* thread) { in __pthread_internal_remove_and_free()
83 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id); in __pthread_internal_find() local
Dpthread_create.cpp55 void __init_tls(pthread_internal_t* thread) { in __init_tls()
70 void __init_alternate_signal_stack(pthread_internal_t* thread) { in __init_alternate_signal_stack()
93 int __init_thread(pthread_internal_t* thread) { in __init_thread()
175 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread() local
188 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(arg); in __pthread_start() local
227 pthread_internal_t* thread = NULL; in pthread_create() local
Dpthread_exit.cpp47 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push() local
55 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop() local
66 pthread_internal_t* thread = __get_thread(); in pthread_exit() local
Dpthread_detach.cpp35 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_detach() local
Dpthread_getcpuclockid.cpp34 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_getcpuclockid() local
Dpthread_kill.cpp40 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_kill() local
Dpthread_join.cpp39 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_join() local
Dpthread_setschedparam.cpp37 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_setschedparam() local
Dpthread_getschedparam.cpp37 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_getschedparam() local
Dpthread_setname_np.cpp60 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_setname_np() local
Dpthread_attr.cpp171 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(t); in pthread_getattr_np() local
/bionic/benchmarks/
Dpthread_benchmark.cpp163 pthread_t thread; in Run() local
182 pthread_t thread; in Run() local
200 pthread_t thread; in Run() local
/bionic/tests/
Dpthread_test.cpp770 pthread_t thread; in TEST() local
804 pthread_t thread; in TEST() local
840 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()
847 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()
1061 pthread_t thread; member in pthread_CondWakeupTest
1440 pthread_t thread; in test() local
Dsys_socket_test.cpp79 pthread_t thread; in RunTest() local