Searched refs:fibThread1 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp287 pthread_t fibThread1; local
288 result = pthread_create( &fibThread1, nullptr, callFunc, &fib1 );
311 result = pthread_join( fibThread1, &returnValue );
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
H A DParallelJIT.cpp265 pthread_t fibThread1; local
266 result = pthread_create( &fibThread1, NULL, callFunc, &fib1 );
289 result = pthread_join( fibThread1, &returnValue );

Completed in 132 milliseconds