Searched defs:pthread (Results 1 - 2 of 2) sorted by relevance

/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);
/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);

Completed in 4 milliseconds