HomeSort by relevance Sort by last modified time
    Searched refs:threadParams (Results 1 - 2 of 2) sorted by null

  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 132 struct threadParams {
246 struct threadParams* p = (struct threadParams*) param;
276 struct threadParams add1 = { EE, add1F, 1000 };
277 struct threadParams fib1 = { EE, fibF, 39 };
278 struct threadParams fib2 = { EE, fibF, 42 };
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 115 struct threadParams {
225 struct threadParams* p = (struct threadParams*) param;
254 struct threadParams add1 = { EE, add1F, 1000 };
255 struct threadParams fib1 = { EE, fibF, 39 };
256 struct threadParams fib2 = { EE, fibF, 42 };

Completed in 429 milliseconds