Home
last modified time | relevance | path

Searched refs:mono_atomic_load_i32 (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-lazy-init.h73 g_assert (mono_atomic_load_i32 (lazy_init) >= MONO_LAZY_INIT_STATUS_INITIALIZED); in mono_lazy_initialize()
111 g_assert (mono_atomic_load_i32 (lazy_init) == MONO_LAZY_INIT_STATUS_CLEANED); in mono_lazy_cleanup()
124 return mono_atomic_load_i32 (lazy_init) == MONO_LAZY_INIT_STATUS_INITIALIZED; in mono_lazy_is_initialized()
H A Datomic.h136 static inline gint32 mono_atomic_load_i32 (volatile gint32 *src) in mono_atomic_load_i32() function
304 static inline gint32 mono_atomic_load_i32(volatile gint32 *src) in mono_atomic_load_i32() function
475 extern gint32 mono_atomic_load_i32(volatile gint32 *src);
H A Dmono-os-wait-win32.c42 old_wait_info = mono_atomic_load_i32 (&info->thread_wait_info); in request_interrupt()
H A Datomic.c349 gint32 mono_atomic_load_i32(volatile gint32 *src) in mono_atomic_load_i32() function
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-posix.c491 } while (ret == KERN_ABORTED && mono_atomic_load_i32 (&sampling_thread_running));
560 } while (ret == EINTR && mono_atomic_load_i32 (&sampling_thread_running));
601 } while (ret == -1 && mono_atomic_load_i32 (&sampling_thread_running));
645 if (!mono_atomic_load_i32 (&sampling_thread_running))
653 …for (guint64 sleep = clock_get_time_ns (); mono_atomic_load_i32 (&sampling_thread_running); clock_…
720 while (!mono_atomic_load_i32 (&sampling_thread_exiting)) {
H A Dmini.c3895 if ((gboolean)mono_atomic_load_i32 ((gint32*)&mono_jit_stats.enabled)) { in mini_method_compile()
3896 if (code_size_ratio > mono_atomic_load_i32 (&mono_jit_stats.biggest_method_size)) { in mini_method_compile()
3903 if (code_size_ratio > mono_atomic_load_i32 (&mono_jit_stats.max_code_size_ratio)) { in mini_method_compile()
H A Daot-runtime.c4017 gint32 methods_aot = mono_atomic_load_i32 (&mono_jit_stats.methods_aot); in load_method()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dlog.c652 old = mono_atomic_load_i32 (&log_profiler.buffer_lock_state); in buffer_lock()
674 gint32 state = mono_atomic_load_i32 (&log_profiler.buffer_lock_state); in buffer_unlock()
710 gint32 state = mono_atomic_load_i32 (&log_profiler.buffer_lock_state); in buffer_unlock_excl()
1249 if (mono_atomic_load_i32 (&log_profiler.heapshot_requested)) in process_heapshot()
1300 if (mono_atomic_load_i32 (&log_profiler.heapshot_requested)) in gc_event()
1748 if (mono_atomic_load_i32 (&log_profiler.runtime_inited)) in class_loaded()
1773 if (mono_atomic_load_i32 (&log_profiler.runtime_inited)) in class_loaded()
2199 if (mono_atomic_load_i32 (&log_profiler.in_shutdown)) in mono_sample_hit()
2558 if (mono_atomic_load_i32 (&log_profiler.in_shutdown)) in counters_add_agent()
4008 while (mono_atomic_load_i32 (&log_profiler.run_writer_thread)) { in writer_thread()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmono-perfcounters.c1077 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->exceptions_thrown); in predef_writable_counter()
1084 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->aspnet_requests_queued); in predef_writable_counter()
1087 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->aspnet_requests); in predef_writable_counter()
1100 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->threadpool_threads); in predef_writable_counter()
1103 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->threadpool_iothreads); in predef_writable_counter()
1110 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->jit_bytes); in predef_writable_counter()
1113 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->jit_methods); in predef_writable_counter()
1116 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->jit_time); in predef_writable_counter()
1119 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->jit_bytes); in predef_writable_counter()
1122 sample->rawValue = mono_atomic_load_i32 (&mono_perfcounters->jit_failures); in predef_writable_counter()
H A Dthreadpool-worker-default.c316 old = mono_atomic_load_i32 (&worker.work_items_count); in work_item_push()
329 old = mono_atomic_load_i32 (&worker.work_items_count); in work_item_try_pop()
344 return mono_atomic_load_i32 (&worker.work_items_count); in work_item_count()
H A Dthreadpool.c106 counter.as_gint32 = mono_atomic_load_i32 (&threadpool.counters.as_gint32); in COUNTER_READ()
H A Dsgen-mono.c2895 gint32 major_gc_count = mono_atomic_load_i32 (&gc_stats.major_gc_count); in sgen_client_degraded_allocation()
2896 if (mono_atomic_load_i32 (&last_major_gc_warned) < major_gc_count) { in sgen_client_degraded_allocation()
H A Dthreads.c2698 return mono_atomic_load_i32 ((volatile gint32 *)ptr); in ves_icall_System_Threading_Volatile_Read4()
2747 u.ival = mono_atomic_load_i32 ((volatile gint32 *)ptr); in ves_icall_System_Threading_Volatile_ReadFloat()
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-gc.c1700 …binary_protocol_collection_begin (mono_atomic_load_i32 (&gc_stats.minor_gc_count), GENERATION_NURS… in collect_nursery()
1728 …SGEN_LOG (1, "Start nursery collection %" G_GINT32_FORMAT " %p-%p, size: %d", mono_atomic_load_i32 in collect_nursery()
1862 sgen_debug_dump_heap ("minor", mono_atomic_load_i32 (&gc_stats.minor_gc_count) - 1, NULL); in collect_nursery()
1895 …binary_protocol_collection_end (mono_atomic_load_i32 (&gc_stats.minor_gc_count) - 1, GENERATION_NU… in collect_nursery()
2146 binary_protocol_collection_begin (mono_atomic_load_i32 (&gc_stats.major_gc_count), GENERATION_OLD); in major_start_collection()
2177 …SGEN_LOG (1, "Start major collection %" G_GINT32_FORMAT, mono_atomic_load_i32 (&gc_stats.major_gc_… in major_start_collection()
2294 sgen_debug_dump_heap ("major", mono_atomic_load_i32 (&gc_stats.major_gc_count) - 1, reason); in major_finish_collection()
2326 …binary_protocol_collection_end (mono_atomic_load_i32 (&gc_stats.major_gc_count) - 1, GENERATION_OL… in major_finish_collection()
3086 …return mono_atomic_load_i32 (generation == GENERATION_NURSERY ? &gc_stats.minor_gc_count : &gc_sta… in sgen_gc_collection_count()