HomeSort by relevance Sort by last modified time
    Searched defs:ThreadID (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_2.c 41 int ThreadID = *(int *)ID;
43 printf("Enter into send [%d] \n", ThreadID);
50 s_msg_ptr[i], ThreadID);
59 int ThreadID = *(int *)ID;
61 printf("Enter into receive[%d] \n", ThreadID);
64 mq_receive(mq, r_msg_ptr[ThreadID][i], MSG_SIZE, NULL)) {
69 r_msg_ptr[ThreadID][i], ThreadID);
71 printf("receive[%d] quit ...\n", ThreadID);
81 int ThreadID[Max_Threads]
    [all...]
multi_send_rev_1.c 34 int ThreadID;
44 send_info.ThreadID = ((mq_info *) info)->ThreadID;
46 printf("Enter into send [%d], mq = %d \n", send_info.ThreadID,
54 s_msg_ptr[i], send_info.ThreadID);
66 recv_info.ThreadID = ((mq_info *) info)->ThreadID;
68 printf("Enter into receive [%d], mq = %d \n", recv_info.ThreadID,
77 i + 1, r_msg_ptr[i], recv_info.ThreadID);
121 info[i].ThreadID = i
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/semaphores/
multi_con_pro.c 44 int ThreadID = *(int *)ID;
47 printf("Enter into Producer Thread %d... \n", ThreadID);
62 data = 100 * ThreadID + i;
65 ThreadID, data, in);
91 printf("[%d] producer has added %d to the buffer[%d] \n", ThreadID,
102 printf("Producer %d exit... \n", ThreadID);
109 int ThreadID = *(int *)ID;
112 printf("Enter into Consumer Thread %d... \n", ThreadID);
124 ThreadID, data, out);
142 printf("Consumer %d exit... \n", ThreadID);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 211 Value *ThreadID = Builder.CreateCall(GetID, {});
213 {Builder.getInt64(0), ThreadID});
  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.cpp 177 llvm::Value *ThreadID = getNVPTXThreadID(CGF);
179 ThreadID,
211 llvm::Value *ThreadID = getNVPTXThreadID(CGF);
222 Bld.CreateICmpUGT(ThreadID, MasterID, "excess_in_master_warp");
227 llvm::Value *IsWorker = Bld.CreateICmpULT(ThreadID, MasterID, "is_worker");
CGOpenMPRuntime.h 150 /// \brief Stores debug location and ThreadID for the function.
153 llvm::Value *ThreadID;
155 /// \brief Map of local debug location, ThreadId and functions.
507 /// \a D. This outlined function has type void(*)(kmp_int32 *ThreadID,
519 /// outlined function has type void(*)(kmp_int32 ThreadID, struct task_t*
    [all...]
CGOpenMPRuntime.cpp 71 /// \brief Get an LValue for the current ThreadID variable.
105 assert(ThreadIDVar != nullptr && "No ThreadID in OpenMP region.");
184 assert(ThreadIDVar != nullptr && "No ThreadID in OpenMP region.");
191 /// \brief Get an LValue for the current ThreadID variable.
    [all...]
  /external/stressapptest/src/
worker.h 293 int ThreadID() {return thread_num_;}
542 virtual bool SpawnSlave(int newsock, int threadid);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 134 ULONG ThreadID;
149 ULONG ThreadId;
309 typedef HANDLE (NTAPI LSA_CREATE_THREAD)(SEC_ATTRS SecurityAttributes,ULONG StackSize,SEC_THREAD_START StartFunction,PVOID ThreadParameter,ULONG CreationFlags,PULONG ThreadId);
    [all...]

Completed in 345 milliseconds