Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/stress/mqueues/
Dmulti_send_rev_2.c41 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 …]
Dmulti_send_rev_1.c34 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/
Dmulti_con_pro.c44 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/
DBlockIndexer.cpp67 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()
DProfile.cpp198 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/
DThreadPool.cpp31 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) { in ThreadPool() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.cc56 << " 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()
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/include/llvm/XRay/
DProfile.h53 using ThreadID = uint64_t;
63 ThreadID Thread;
DBlockIndexer.h30 int32_t ThreadID; member
/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
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/
DXCoreLowerThreadLocal.cpp211 Value *ThreadID = Builder.CreateCall(GetID, {}); in lowerGlobal() local
213 {Builder.getInt64(0), ThreadID}); in lowerGlobal()
/third_party/boost/libs/log/doc/
Dattributes.qbk346 "ThreadID",
350 …egistered globally. This will not result in all threads having the same ThreadID in log records as…
Dtutorial.qbk170 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/
DARB_gpu_shader5.txt2058 functions. Clean up more dangling "ThreadID"
/third_party/openGLES/extensions/ARB/
DARB_gpu_shader5.txt2068 functions. Clean up more dangling "ThreadID"