Home
last modified time | relevance | path

Searched defs:ThreadID (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/stress/mqueues/
Dmulti_send_rev_2.c41 int ThreadID = *(int *)ID; in msend() local
59 int ThreadID = *(int *)ID; in mreceive() local
81 int ThreadID[Max_Threads]; in main() local
Dmulti_send_rev_1.c34 int ThreadID; member
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/
Dmulti_con_pro.c44 int ThreadID = *(int *)ID; in producer() local
109 int ThreadID = *(int *)ID; in consumer() local
155 int ThreadID[Max_Threads]; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DBlockIndexer.h30 int32_t ThreadID; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreadPool.cpp31 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) { in ThreadPool() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp211 Value *ThreadID = Builder.CreateCall(GetID, {}); in lowerGlobal() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.h264 std::string ThreadID() const { return threadId_; } in ThreadID() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp313 Value *ThreadID = getOrCreateThreadID(Ident); in CreateParallel() local