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

/external/valgrind/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/webrtc/webrtc/base/
H A Dthread_unittest.cc257 CustomThread* cthread = new CustomThread(); local
258 EXPECT_TRUE(cthread->WrapCurrent());
259 EXPECT_TRUE(cthread->RunningForTest());
260 EXPECT_FALSE(cthread->IsOwned());
261 cthread->UnwrapCurrent();
262 EXPECT_FALSE(cthread->RunningForTest());
263 delete cthread;

Completed in 96 milliseconds