Searched defs:add1Thread (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp262 pthread_t add1Thread; local
263 int result = pthread_create( &add1Thread, NULL, callFunc, &add1 );
286 result = pthread_join( add1Thread, &returnValue );

Completed in 45 milliseconds