Searched refs:fibThread1 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 286 pthread_t fibThread1; in main() local 287 result = pthread_create( &fibThread1, nullptr, callFunc, &fib1 ); in main() 310 result = pthread_join( fibThread1, &returnValue ); in main()
|
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 265 pthread_t fibThread1; in main() local 266 result = pthread_create( &fibThread1, NULL, callFunc, &fib1 ); in main() 289 result = pthread_join( fibThread1, &returnValue ); in main()
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 287 pthread_t fibThread1; in main() local 288 result = pthread_create( &fibThread1, nullptr, callFunc, &fib1 ); in main() 311 result = pthread_join( fibThread1, &returnValue ); in main()
|