OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cthread
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/tests/
pth_broadcast.c
58
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/
thread_unittest.cc
257
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 291 milliseconds