OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add1thread
(Results
1 - 1
of
1
) sorted by null
/external/llvm/examples/ParallelJIT/
ParallelJIT.cpp
259
pthread_t
add1Thread
;
260
int result = pthread_create( &
add1Thread
, NULL, callFunc, &add1 );
283
result = pthread_join(
add1Thread
, &returnValue );
Completed in 56 milliseconds