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

/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp276 pthread_t fibThread2; local
277 result = pthread_create( &fibThread2, NULL, callFunc, &fib2 );
300 result = pthread_join( fibThread2, &returnValue );

Completed in 83 milliseconds