Home
last modified time | relevance | path

Searched refs:ThreadState (Results 1 – 25 of 2429) sorted by relevance

12345678910>>...98

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadState.java30 public class ThreadState { class
35 public static final ThreadState ALLOCATED = new ThreadState("allocated");
37 public static final ThreadState INITIALIZED = new ThreadState("initialized");
39 public static final ThreadState RUNNABLE = new ThreadState("runnable");
41 public static final ThreadState MONITOR_WAIT = new ThreadState("waiting for monitor entry");
43 public static final ThreadState CONDVAR_WAIT = new ThreadState("waiting on condition");
45 public static final ThreadState OBJECT_WAIT = new ThreadState("in Object.wait()");
47 public static final ThreadState BREAKPOINTED = new ThreadState("at breakpoint");
49 public static final ThreadState SLEEPING = new ThreadState("sleeping");
51 public static final ThreadState ZOMBIE = new ThreadState("zombie");
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/tsan/
H A Dtsan_rtl.h134 struct ThreadState { struct
150 ThreadState* current; argument
230 ThreadState *cur_thread();
237 inline ThreadState *cur_thread() { in cur_thread()
241 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
257 ThreadState *thr;
470 int Finalize(ThreadState *thr);
534 void FuncExit(ThreadState *thr);
642 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
643 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h134 struct ThreadState { struct
150 ThreadState* current; argument
230 ThreadState *cur_thread();
237 inline ThreadState *cur_thread() { in cur_thread()
241 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
257 ThreadState *thr;
470 int Finalize(ThreadState *thr);
534 void FuncExit(ThreadState *thr);
642 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
643 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/system_wrappers/source/
H A Devent_timer_posix_unittest.cc19 enum class ThreadState { enum
33 : thread_state_(ThreadState::kNotStarted), in EventTimerPosixTest()
55 thread_state_ = ThreadState::kDead; in Process()
74 if (!ChangeThreadState(ThreadState::kContinue, ThreadState::kWaiting)) in ProcessInternal()
102 bool ChangeThreadState(ThreadState prev_state, ThreadState new_state) { in ChangeThreadState()
119 if (state != ThreadState::kDead && thread_state_ == ThreadState::kExiting) in AwaitThreadState()
129 ChangeThreadState(ThreadState::kWaiting, in CallProcess()
135 ChangeThreadState(ThreadState::kProcessDone, ThreadState::kContinue); in AwaitProcessDone()
142 if (thread_state_ != ThreadState::kDead) { in TearDown()
143 thread_state_ = ThreadState::kExiting; in TearDown()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Devent_timer_posix_unittest.cc19 enum class ThreadState { enum
33 : thread_state_(ThreadState::kNotStarted), in EventTimerPosixTest()
55 thread_state_ = ThreadState::kDead; in Process()
74 if (!ChangeThreadState(ThreadState::kContinue, ThreadState::kWaiting)) in ProcessInternal()
102 bool ChangeThreadState(ThreadState prev_state, ThreadState new_state) { in ChangeThreadState()
119 if (state != ThreadState::kDead && thread_state_ == ThreadState::kExiting) in AwaitThreadState()
129 ChangeThreadState(ThreadState::kWaiting, in CallProcess()
135 ChangeThreadState(ThreadState::kProcessDone, ThreadState::kContinue); in AwaitProcessDone()
142 if (thread_state_ != ThreadState::kDead) { in TearDown()
143 thread_state_ = ThreadState::kExiting; in TearDown()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/system_wrappers/source/
H A Devent_timer_posix_unittest.cc19 enum class ThreadState { enum
33 : thread_state_(ThreadState::kNotStarted), in EventTimerPosixTest()
55 thread_state_ = ThreadState::kDead; in Process()
74 if (!ChangeThreadState(ThreadState::kContinue, ThreadState::kWaiting)) in ProcessInternal()
102 bool ChangeThreadState(ThreadState prev_state, ThreadState new_state) { in ChangeThreadState()
119 if (state != ThreadState::kDead && thread_state_ == ThreadState::kExiting) in AwaitThreadState()
129 ChangeThreadState(ThreadState::kWaiting, in CallProcess()
135 ChangeThreadState(ThreadState::kProcessDone, ThreadState::kContinue); in AwaitProcessDone()
142 if (thread_state_ != ThreadState::kDead) { in TearDown()
143 thread_state_ = ThreadState::kExiting; in TearDown()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Devent_timer_posix_unittest.cc19 enum class ThreadState { enum
33 : thread_state_(ThreadState::kNotStarted), in EventTimerPosixTest()
55 thread_state_ = ThreadState::kDead; in Process()
74 if (!ChangeThreadState(ThreadState::kContinue, ThreadState::kWaiting)) in ProcessInternal()
102 bool ChangeThreadState(ThreadState prev_state, ThreadState new_state) { in ChangeThreadState()
119 if (state != ThreadState::kDead && thread_state_ == ThreadState::kExiting) in AwaitThreadState()
129 ChangeThreadState(ThreadState::kWaiting, in CallProcess()
135 ChangeThreadState(ThreadState::kProcessDone, ThreadState::kContinue); in AwaitProcessDone()
142 if (thread_state_ != ThreadState::kDead) { in TearDown()
143 thread_state_ = ThreadState::kExiting; in TearDown()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DRuntimeThread.cs18 private const ThreadState ThreadPoolThread = (ThreadState)0x1000;
21 private const ThreadState PublicThreadStateMask = (ThreadState)0x1FF;
48 _threadState = (int)ThreadState.Unstarted; in RuntimeThread()
96 state |= ThreadState.Background; in InitializeExistingThread()
179 ThreadState state = GetThreadState();
180 … return (state & (ThreadState.Unstarted | ThreadState.Stopped | ThreadState.Aborted)) == 0;
187 ThreadState state = GetThreadState(); in IsDead()
188 return (state & (ThreadState.Stopped | ThreadState.Aborted)) != 0; in IsDead()
305 public ThreadState ThreadState => (GetThreadState() & PublicThreadStateMask); field in Internal.Runtime.Augments.RuntimeThread
307 private bool GetThreadStateBit(ThreadState bit) in GetThreadStateBit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/impl/
H A Dthread_state_scopes.h18 class ThreadState::NoAllocationScope final {
29 ThreadState* const state_;
32 class ThreadState::SweepForbiddenScope final {
47 ThreadState* const state_;
50 class ThreadState::GCForbiddenScope final {
61 ThreadState* const thread_state_;
65 class ThreadState::AtomicPauseScope final {
76 ThreadState* const thread_state_;
94 ThreadState* const state_;
117 ThreadState* const thread_state_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dthread_state_scopes.h18 class ThreadState::NoAllocationScope final {
29 ThreadState* const state_;
32 class ThreadState::SweepForbiddenScope final {
47 ThreadState* const state_;
50 class ThreadState::GCForbiddenScope final {
61 ThreadState* const thread_state_;
65 class ThreadState::AtomicPauseScope final {
76 ThreadState* const thread_state_;
94 ThreadState* const state_;
117 ThreadState* const thread_state_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 inline ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 INLINE ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/tsan/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 inline ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 inline ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/tsan/rtl/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 INLINE ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/tsan/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 inline ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/tsan/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 inline ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h365 struct ThreadState { struct
381 ThreadState* current; argument
458 ThreadState *cur_thread();
465 inline ThreadState *cur_thread() { in cur_thread()
469 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init()
484 ThreadState *thr;
718 int Finalize(ThreadState *thr);
772 void FuncExit(ThreadState *thr);
881 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags);
882 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber);
[all …]

12345678910>>...98