OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_run
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp
33
static void*
thread_run
(void* arg)
function
44
pthread_create( &sThreads[nn], NULL,
thread_run
, reinterpret_cast<void*>(nn) );
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc
165
void SchedGetParamThread(base::WaitableEvent*
thread_run
) {
186
thread_run
->Signal();
192
base::WaitableEvent
thread_run
(true, false);
198
FROM_HERE, base::Bind(&SchedGetParamThread, &
thread_run
));
199
BPF_ASSERT(
thread_run
.TimedWait(base::TimeDelta::FromMilliseconds(5000)));
Completed in 147 milliseconds