Searched refs:pthread (Results 1 - 12 of 12) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_priv.h26 #include <pthread.h>
H A Djdwp.h26 #include <pthread.h>
/art/runtime/base/
H A Dmutex_test.cc122 pthread_t pthread; variable
123 int pthread_create_result = pthread_create(&pthread, NULL, RecursiveLockWait::Callback, &state);
130 EXPECT_EQ(pthread_join(pthread, NULL), 0);
H A Dmutex.h20 #include <pthread.h>
/art/test/004-JniTest/
H A Djni_test.cc19 #include <pthread.h>
55 pthread_t pthread; local
56 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper,
59 int pthread_join_result = pthread_join(pthread, nullptr);
/art/runtime/
H A Dmonitor.h20 #include <pthread.h>
H A Dsignal_catcher.cc20 #include <pthread.h>
71 // Create a raw pthread; its start routine will attach to the runtime.
H A Dthread-inl.h22 #include <pthread.h>
H A Dutils.h20 #include <pthread.h>
H A Ddebugger.h24 #include <pthread.h>
H A Dutils.cc20 #include <pthread.h>
H A Dthread.cc22 #include <pthread.h>
213 // Dalvik used the bionic pthread default stack size for native threads,
1081 LOG(FATAL) << "Newly-created pthread TLS slot is not nullptr";

Completed in 150 milliseconds