OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cthread
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/test/bench/shootout/
threadring.c
88
pthread_t
cthread
;
local
108
pthread_create(&
cthread
, &stack_attr, thread, (void*)(uintptr_t)i);
112
pthread_join(
cthread
, NULL);
/prebuilts/go/linux-x86/test/bench/shootout/
threadring.c
88
pthread_t
cthread
;
local
108
pthread_create(&
cthread
, &stack_attr, thread, (void*)(uintptr_t)i);
112
pthread_join(
cthread
, 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 1099 milliseconds