Searched refs:cthread (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dpth_broadcast.c58 struct cthread struct
65 void cthread_ctr(struct cthread* p)
71 void cthread_dtr(struct cthread* p)
86 static void thread_func(struct cthread* thread_info)
144 struct cthread* p;
145 struct cthread* thread_vec;
148 thread_vec = malloc(sizeof(struct cthread) * thread_count);
/external/chromium_org/third_party/webrtc/base/
H A Dthread_unittest.cc251 CustomThread* cthread = new CustomThread(); local
252 EXPECT_TRUE(cthread->WrapCurrent());
253 EXPECT_TRUE(cthread->RunningForTest());
254 EXPECT_FALSE(cthread->IsOwned());
255 cthread->UnwrapCurrent();
256 EXPECT_FALSE(cthread->RunningForTest());
257 delete cthread;

Completed in 1287 milliseconds