OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuspendedThreadID
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h
21
typedef int
SuspendedThreadID
;
29
SuspendedThreadID
GetThreadID(uptr index) const {
37
bool Contains(
SuspendedThreadID
thread_id) const {
44
void Append(
SuspendedThreadID
thread_id) {
49
InternalMmapVector<
SuspendedThreadID
> thread_ids_;
sanitizer_stoptheworld_linux_libcdep.cc
78
COMPILER_CHECK(sizeof(
SuspendedThreadID
) == sizeof(pid_t));
112
bool SuspendThread(
SuspendedThreadID
thread_id);
115
bool ThreadSuspender::SuspendThread(
SuspendedThreadID
tid) {
Completed in 83 milliseconds