OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:th_main
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/testsuite/ltrace.main/
main-threaded.c
8
th_main
(void *arg)
function
21
pthread_create (&thread1, NULL,
th_main
, "aaa");
22
pthread_create (&thread2, NULL,
th_main
, "bbb");
23
pthread_create (&thread3, NULL,
th_main
, "ccc");
main-vfork.c
8
th_main
(char * arg)
function
19
th_main
("aaa");
25
th_main
("bbb");
/external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc
193
Thread*
th_main
= Thread::Current();
local
194
th_main
->ProcessMessages(1000);
199
th_main
->ProcessMessages(200);
/external/chromium_org/third_party/webrtc/base/
thread_unittest.cc
176
Thread*
th_main
= Thread::Current();
local
177
th_main
->ProcessMessages(1000);
182
th_main
->ProcessMessages(200);
Completed in 190 milliseconds