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

  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.h 47 uint64_t ThreadID() const { return m_unique_id; }
114 static bool GetBasicInfo(thread_t threadID, struct thread_basic_info *basic_info);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 212 Value *ThreadID = Builder.CreateCall(GetID);
215 Indices.push_back(ThreadID);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 200 /// \brief Stores debug location and ThreadID for the function.
203 llvm::Value *ThreadID;
205 /// \brief Map of local debug location, ThreadId and functions.
306 /// \a D. This outlined function has type void(*)(kmp_int32 *ThreadID,
317 /// outlined function has type void(*)(kmp_int32 ThreadID, kmp_int32
CGOpenMPRuntime.cpp 64 /// \brief Get an LValue for the current ThreadID variable.
86 assert(ThreadIDVar != nullptr && "No ThreadID in OpenMP region.");
115 assert(ThreadIDVar != nullptr && "No ThreadID in OpenMP region.");
121 /// \brief Get an LValue for the current ThreadID variable.
347 // OpenMPLocThreadIDMap may have null DebugLoc and non-null ThreadID, if
393 llvm::Value *ThreadID = nullptr;
398 ThreadID = I->second.ThreadID;
399 if (ThreadID != nullptr)
400 return ThreadID;
    [all...]
  /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 4704 milliseconds