Home
last modified time | relevance | path

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

/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp271 pthread_t fibThread1; in main() local
272 result = pthread_create( &fibThread1, nullptr, callFunc, &fib1 ); in main()
295 result = pthread_join( fibThread1, &returnValue ); in main()