Home
last modified time | relevance | path

Searched refs:MonoThreadState (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads-types.h35 } MonoThreadState; typedef
204 void mono_thread_set_state (MonoInternalThread *thread, MonoThreadState state);
205 void mono_thread_clr_state (MonoInternalThread *thread, MonoThreadState state);
206 gboolean mono_thread_test_state (MonoInternalThread *thread, MonoThreadState test);
207 …no_thread_test_and_set_state (MonoInternalThread *thread, MonoThreadState test, MonoThreadState se…
H A Dthreads.c2225 mono_thread_clr_state (this_obj, (MonoThreadState)state); in ves_icall_System_Threading_Thread_ClrState()
2239 mono_thread_set_state (this_obj, (MonoThreadState)state); in ves_icall_System_Threading_Thread_SetState()
4698 mono_thread_set_state (MonoInternalThread *thread, MonoThreadState state) in mono_thread_set_state()
4711 mono_thread_test_and_set_state (MonoInternalThread *thread, MonoThreadState test, MonoThreadState s… in mono_thread_test_and_set_state()
4727 mono_thread_clr_state (MonoInternalThread *thread, MonoThreadState state) in mono_thread_clr_state()
4735 mono_thread_test_state (MonoInternalThread *thread, MonoThreadState test) in mono_thread_test_state()
H A Dthreadpool.c358 mono_thread_clr_state (thread, (MonoThreadState)~ThreadState_Background); in worker_callback()