Home
last modified time | relevance | path

Searched refs:mono_thread_internal_current (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c863 if (thread == mono_thread_internal_current ()) in mono_thread_detach_internal()
1325 thread = mono_thread_internal_current (); in mono_thread_detach_if_exiting()
1778 mono_thread_internal_current (void) in mono_thread_internal_current() function
1910 thread = mono_thread_internal_current (); in ves_icall_System_Threading_WaitHandle_Wait_internal()
2272 current = mono_thread_internal_current (); in ves_icall_System_Threading_Thread_Interrupt_internal()
2359 if (thread == mono_thread_internal_current ()) { in ves_icall_System_Threading_Thread_Abort()
2490 if (thread == mono_thread_internal_current ()) { in mono_thread_suspend()
3548 if (thread == mono_thread_internal_current ()) in get_thread_dump()
4959 thread = mono_thread_internal_current (); in self_suspend_internal()
5238 if (!mono_thread_internal_current ()) { in mono_threads_attach_coop()
[all …]
H A Dw32mutex-unix.c89 thread_disown_mutex (mono_thread_internal_current (), handle_data); in mutex_handle_signal()
119 thread_own_mutex (mono_thread_internal_current (), handle_data, handle_data); in mutex_handle_own()
411 thread_disown_mutex (mono_thread_internal_current (), handle); in ves_icall_System_Threading_Mutex_ReleaseMutex_internal()
478 internal = mono_thread_internal_current (); in mono_w32mutex_abandon()
H A Dgc.c403 MonoInternalThread *thread = mono_thread_internal_current (); in mono_domain_finalize()
408 if (mono_thread_internal_current () == gc_thread) in mono_domain_finalize()
572 if (mono_thread_internal_current () == gc_thread) in ves_icall_System_GC_WaitForPendingFinalizers()
836 mono_thread_set_name_internal (mono_thread_internal_current (), finalizer, FALSE, FALSE, &error); in finalizer_thread()
965 if (mono_thread_internal_current () != gc_thread) { in mono_gc_cleanup()
H A Dw32socket-win32.c139 MonoInternalThread *curthread = mono_thread_internal_current (); in mono_w32socket_accept()
159 MonoInternalThread *curthread = mono_thread_internal_current (); in mono_w32socket_recv()
H A Dthreadpool-worker-default.c404 thread = mono_thread_internal_current (); in worker_park()
478 thread = mono_thread_internal_current (); in worker_thread()
674 internal = mono_thread_internal_current (); in monitor_thread()
H A Dmonitor.c881 thread = mono_thread_internal_current (); in mono_monitor_try_enter_inflated()
922 …if (!mono_thread_test_state (mono_thread_internal_current (), ThreadState_SuspendRequested | Threa… in mono_monitor_try_enter_inflated()
1337 MonoInternalThread *thread = mono_thread_internal_current (); in ves_icall_System_Threading_Monitor_Monitor_wait()
H A Ddomain.c63 #define GET_APPCONTEXT() (mono_thread_internal_current ()->current_appcontext)
64 #define SET_APPCONTEXT(x) MONO_OBJECT_SETREF (mono_thread_internal_current (), current_appcontext, …
912 thread = mono_thread_internal_current (); in mono_domain_set_internal_with_options()
H A Dattach.c511 internal = mono_thread_internal_current (); in receiver_thread()
H A Dthreads-types.h190 MonoInternalThread *mono_thread_internal_current (void);
H A Dthreadpool.c297 thread = mono_thread_internal_current (); in worker_callback()
H A Dw32socket.c1274 MonoInternalThread *thread = mono_thread_internal_current (); in ves_icall_System_Net_Sockets_Socket_Poll_internal()
1767 MonoInternalThread *thread = mono_thread_internal_current (); in ves_icall_System_Net_Sockets_Socket_Select_internal()
H A Dappdomain.c2572 internal = mono_thread_internal_current (); in unload_thread_main()
2774 …if (mono_thread_internal_has_appdomain_ref (mono_thread_internal_current (), domain) && (mono_thre… in mono_domain_try_unload()
H A Dobject.c3663 mono_field_static_get_value_for_thread (mono_thread_internal_current (), vt, field, value, error); in mono_field_static_get_value_checked()
4684 if ((main_thread && mono_thread_internal_current () == main_thread->internal_thread) in mono_unhandled_exception_checked()
4721 MonoInternalThread* thread = mono_thread_internal_current (); in prepare_thread_to_exec_main()
H A Dremoting.c465 thread = mono_thread_internal_current (); in mono_remoting_update_exception()
H A Dicall.c1036 thread = mono_thread_internal_current (); in ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_SufficientExecutionStack()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-posix.c203 if (mono_thread_internal_current ()) in MONO_SIG_HANDLER_FUNC()
H A Dmini-exceptions.c1418 MonoInternalThread *t = mono_thread_internal_current (); in mini_jit_info_table_find_ext()
2744 if (jit_tls && mono_thread_internal_current ()) { in mono_handle_native_crash()
2896 MonoInternalThread *thread = mono_thread_internal_current (); in mono_print_thread_dump_internal()
H A Ddebugger-agent.c825 internal = mono_thread_internal_current (); in is_debugger_thread()
3483 if (mod->data.thread != mono_thread_internal_current ()) in create_event_list()
3875 MonoInternalThread *thread = mono_thread_internal_current (); in thread_startup()
5055 …if ((ss_req->async_stepout_method != method) && (ss_req->async_id || mono_thread_internal_current in process_breakpoint()
5088 ss_req->thread = mono_thread_internal_current (); in process_breakpoint()
5299 if (mono_thread_internal_current () != ss_req->thread) in process_single_step_inner()
6134 MonoInternalThread *thread = mono_thread_internal_current (); in mono_debugger_agent_handle_exception()
8856 …mono_field_static_get_value_for_thread (thread ? thread : mono_thread_internal_current (), vtable,… in type_commands_internal()
10494 MonoInternalThread *internal = mono_thread_internal_current (); in debugger_thread()
H A Dmini-gc.c764 if (mono_thread_internal_current () == NULL || !tls) {
H A Dmini-runtime.c853 mono_thread_set_state (mono_thread_internal_current (), ThreadState_Background); in mono_jit_thread_attach()
H A Daot-compiler.c8126 MonoInternalThread *internal = mono_thread_internal_current (); in compile_thread_main()
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp.c170 g_print ("(%p) Entering %s (", mono_thread_internal_current (), mn); in debug_enter()
184 g_print ("(%p) Leaving %s", mono_thread_internal_current (), mn); \
2218 …g_print ("(%p) %s -> %s\t%d:%s\n", mono_thread_internal_current (), mn, disasm, vt_sp - vtalloc, i…
2290 g_print ("(%p) Transforming %s\n", mono_thread_internal_current (), mn); in interp_exec_method_full()