OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadID
(Results
1 - 4
of
4
) 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
211
Value *
ThreadID
= Builder.CreateCall(GetID);
214
Indices.push_back(
ThreadID
);
/external/stressapptest/src/
worker.h
295
int
ThreadID
() {return thread_num_;}
543
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 449 milliseconds