Home
last modified time | relevance | path

Searched refs:fibThread2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp278 pthread_t fibThread2; in main() local
279 result = pthread_create( &fibThread2, nullptr, callFunc, &fib2 ); in main()
302 result = pthread_join( fibThread2, &returnValue ); in main()