/third_party/ltp/testcases/open_posix_testsuite/stress/mqueues/ |
D | multi_send_rev_2.c | 41 int ThreadID = *(int *)ID; in msend() local 43 printf("Enter into send [%d] \n", ThreadID); in msend() 50 s_msg_ptr[i], ThreadID); in msend() 59 int ThreadID = *(int *)ID; in mreceive() local 61 printf("Enter into receive[%d] \n", ThreadID); in mreceive() 64 mq_receive(mq, r_msg_ptr[ThreadID][i], MSG_SIZE, NULL)) { in mreceive() 69 r_msg_ptr[ThreadID][i], ThreadID); in mreceive() 71 printf("receive[%d] quit ...\n", ThreadID); in mreceive() 81 int ThreadID[Max_Threads]; in main() local 108 ThreadID[i] = i; in main() [all …]
|
D | multi_send_rev_1.c | 34 int ThreadID; member 44 send_info.ThreadID = ((mq_info *) info)->ThreadID; in msend() 46 printf("Enter into send [%d], mq = %d \n", send_info.ThreadID, in msend() 54 s_msg_ptr[i], send_info.ThreadID); in msend() 66 recv_info.ThreadID = ((mq_info *) info)->ThreadID; in mreceive() 68 printf("Enter into receive [%d], mq = %d \n", recv_info.ThreadID, in mreceive() 77 i + 1, r_msg_ptr[i], recv_info.ThreadID); in mreceive() 121 info[i].ThreadID = i; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/ |
D | multi_con_pro.c | 44 int ThreadID = *(int *)ID; in producer() local 47 printf("Enter into Producer Thread %d... \n", ThreadID); in producer() 62 data = 100 * ThreadID + i; in producer() 65 ThreadID, data, in); in producer() 91 printf("[%d] producer has added %d to the buffer[%d] \n", ThreadID, in producer() 102 printf("Producer %d exit... \n", ThreadID); in producer() 109 int ThreadID = *(int *)ID; in consumer() local 112 printf("Enter into Consumer Thread %d... \n", ThreadID); in consumer() 124 ThreadID, data, out); in consumer() 142 printf("Consumer %d exit... \n", ThreadID); in consumer() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | BlockIndexer.cpp | 67 CurrentBlock.ThreadID = R.tid(); in visit() 85 Indices.insert({{CurrentBlock.ProcessID, CurrentBlock.ThreadID}, {}}); in flush() 86 It->second.push_back({CurrentBlock.ProcessID, CurrentBlock.ThreadID, in flush() 90 CurrentBlock.ThreadID = 0; in flush()
|
D | Profile.cpp | 198 using ThreadProfileIndexMap = DenseMap<Profile::ThreadID, PathDataMapPtr>; in mergeProfilesByThread() 309 P.addBlock(Profile::Block{Profile::ThreadID{Header.Thread}, in loadProfile() 333 DenseMap<Profile::ThreadID, std::vector<StackEntry>> ThreadStacks; in profileFromTrace() 334 DenseMap<Profile::ThreadID, DenseMap<Profile::PathID, Profile::Data>> in profileFromTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 31 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) { in ThreadPool() local
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | async_eval_result.cc | 56 << " async_infer_task thread id:" << async_infer_task->ThreadID(); in Yield() 116 …MS_LOG(DEBUG) << " async: " << async_infer_task_ptr->ThreadID() << " address: " << async_infer_tas… in Add2Schedule() 140 (void)activate_threads_.insert(scheduleList_.front()->ThreadID()); in SetNextReady() 149 (void)activate_threads_.insert(async_task->ThreadID()); in SetNextReady() 154 << " async: " << async_task->ThreadID() << " address: " << async_task.get(); in SetNextReady()
|
D | async_eval_result.h | 264 std::string ThreadID() const { return threadId_; } in ThreadID() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Profile.h | 53 using ThreadID = uint64_t; 63 ThreadID Thread;
|
D | BlockIndexer.h | 30 int32_t ThreadID; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 313 Value *ThreadID = getOrCreateThreadID(Ident); in CreateParallel() local 318 Ident, ThreadID, in CreateParallel() 327 Ident, ThreadID, in CreateParallel() 592 Value *SerializedParallelCallArgs[] = {Ident, ThreadID}; in CreateParallel() 602 Value *EndArgs[] = {Ident, ThreadID}; in CreateParallel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 211 Value *ThreadID = Builder.CreateCall(GetID, {}); in lowerGlobal() local 213 {Builder.getInt64(0), ThreadID}); in lowerGlobal()
|
/third_party/boost/libs/log/doc/ |
D | attributes.qbk | 346 "ThreadID", 350 …egistered globally. This will not result in all threads having the same ThreadID in log records as…
|
D | tutorial.qbk | 170 With this call attributes "LineID", "TimeStamp", "ProcessID" and "ThreadID" are registered globally… 172 [note In single-threaded builds the "ThreadID" attribute is not registered.]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_gpu_shader5.txt | 2058 functions. Clean up more dangling "ThreadID"
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_gpu_shader5.txt | 2068 functions. Clean up more dangling "ThreadID"
|