OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadMain
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp
69
static void
threadMain
(volatile char* buffer)
85
thread1->postTask(new Task(WTF::bind(&
threadMain
, static_cast<char*>(sharedBuffer))));
86
thread2->postTask(new Task(WTF::bind(&
threadMain
, static_cast<char*>(sharedBuffer))));
/external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp
307
//
threadMain
The main function for each of the swarm of test threads.
315
void
threadMain
(void *param)
413
ThreadFuncs::startThread(
threadMain
, &gThreadInfo[threadNum]);
/external/icu/icu4c/source/test/threadtest/
threadtest.cpp
307
//
threadMain
The main function for each of the swarm of test threads.
315
void
threadMain
(void *param)
413
ThreadFuncs::startThread(
threadMain
, &gThreadInfo[threadNum]);
Completed in 480 milliseconds