HomeSort by relevance Sort by last modified time
    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 76 COMPILER_CHECK(sizeof(SuspendedThreadID) == sizeof(pid_t));
95 bool SuspendThread(SuspendedThreadID thread_id);
98 bool ThreadSuspender::SuspendThread(SuspendedThreadID thread_id) {

Completed in 29 milliseconds