Home
last modified time | relevance | path

Searched refs:GET_VM (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/ruby26/ruby-2.6.9/
H A Dsafe.c37 return GET_VM()->safe_level_; in rb_safe_level()
43 GET_VM()->safe_level_ = safe; in rb_set_safe_level_force()
49 rb_vm_t *vm = GET_VM(); in rb_set_safe_level()
H A Dsignal.c483 const rb_pid_t self = (GET_THREAD() == GET_VM()->main_thread) ? getpid() : -1; in rb_f_kill()
530 rb_threadptr_check_signal(GET_VM()->main_thread); in rb_f_kill()
743 rb_vm_t *vm = GET_VM(); in sighandler()
1096 rb_vm_t *vm = GET_VM(); in rb_trap_exit()
1119 rb_vm_t *vm = GET_VM(); in rb_signal_exec()
1309 rb_vm_t *vm = GET_VM(); in trap()
1494 ACCESS_ONCE(VALUE, GET_VM()->trap_list.cmd[sig]) = 0; in init_sigchld()
1600 RB_ALTSTACK_INIT(GET_VM()->main_altstack); in Init_signal()
1634 rb_vm_t *vm = GET_VM(); in rb_grantpt()
H A Dload.c34 VALUE load_path = GET_VM()->load_path; in rb_get_load_path()
53 rb_vm_t *vm = GET_VM(); in rb_construct_expanded_load_path()
102 rb_vm_t *vm = GET_VM(); in rb_get_expanded_load_path()
154 return GET_VM()->loaded_features; in get_loaded_features()
160 rb_vm_t *vm = GET_VM(); in reset_loaded_features_snapshot()
167 return GET_VM()->loaded_features_index; in get_loaded_features_index_raw()
173 return GET_VM()->loading_table; in get_loading_table()
272 rb_vm_t *vm = GET_VM(); in get_loaded_features_index()
1215 rb_vm_t *vm = GET_VM(); in Init_load()
H A Dthread.c874 if (GET_VM()->main_thread->status == THREAD_KILLED) in thread_s_new()
1016 if (GET_VM()->main_thread == target_th) { in thread_join()
3444 return vm_living_thread_num(GET_VM()) == 1; in rb_thread_alone()
4338 rb_vm_t *vm = GET_VM(); /* th may be 0 */ in check_signals_nogvl()
5413 return GET_VM()->coverages; in rb_get_coverages()
5419 return GET_VM()->coverage_mode; in rb_get_coverage_mode()
5425 GET_VM()->coverages = coverages; in rb_set_coverages()
5426 GET_VM()->coverage_mode = mode; in rb_set_coverages()
5442 GET_VM()->coverages = Qfalse; in rb_reset_coverages()
5447 if (GET_VM()->coverage_mode & COVERAGE_TARGET_METHODS) { in rb_reset_coverages()
[all …]
H A Dvm.c602 rb_vm_t *vm = GET_VM(); in ruby_vm_at_exit()
2241 rb_vm_t *vm = GET_VM(); in rb_vm_register_special_exception_str()
2252 rb_vm_t *vm = GET_VM(); in rb_vm_add_root_module()
2331 rb_vm_t *vm = GET_VM(); in vm_default_params()
3197 rb_thread_t *th = GET_VM()->main_thread; in rb_vm_set_progname()
3232 rb_vm_t *vm = GET_VM(); in Init_vm_objects()
3253 return GET_VM()->top_self; in rb_vm_top_self()
3259 rb_vm_t *vm = GET_VM(); in Init_top_self()
3281 return ruby_vm_verbose_ptr(GET_VM()); in rb_ruby_verbose_ptr()
3287 return ruby_vm_debug_ptr(GET_VM()); in rb_ruby_debug_ptr()
[all …]
H A Deval.c36 #define exception_error GET_VM()->special_exceptions[ruby_error_reenter]
55 if (GET_VM()) in ruby_setup()
76 GET_VM()->running = 1; in ruby_setup()
245 ruby_vm_destruct(GET_VM()); in ruby_cleanup()
H A Druby.c162 #define src_encoding_index GET_VM()->src_encoding_index
323 VALUE load_path = GET_VM()->load_path; in push_include()
643 load_path = GET_VM()->load_path; in ruby_init_loadpath_safe()
1429 #define rb_progname (GET_VM()->progname)
1430 #define rb_orig_progname (GET_VM()->orig_progname)
1699 rb_vm_t *vm = GET_VM(); in process_options()
H A Dvm_trace.c1717 rb_vm_t *vm = GET_VM(); in tracepoint_stat_s()
1840 rb_vm_t *vm = GET_VM(); in Init_vm_postponed_job()
1933 rb_vm_t *vm = GET_VM(); in rb_workqueue_register()
H A Dvm_core.h712 #define BASIC_OP_UNREDEFINED_P(op, klass) (LIKELY((GET_VM()->redefined_flag[(op)]&(klass)) == 0))
1681 #define sysstack_error GET_VM()->special_exceptions[ruby_error_sysstack]
1710 #define GET_VM() rb_current_vm() macro
H A Dthread_sync.c597 rb_serial_t fork_gen = GET_VM()->fork_gen; in queue_fork_check()
1312 rb_serial_t fork_gen = GET_VM()->fork_gen; in condvar_ptr()
H A Dvm_dump.c972 const rb_vm_t *const vm = GET_VM(); in rb_vm_bugreport()
1089 rb_vm_t *vm = GET_VM(); in rb_vmdebug_stack_dump_all_threads()
H A Dvm_backtrace.c354 file = GET_VM()->progname; in location_to_str()
715 arg->filename = GET_VM()->progname; in oldbt_init()
H A Dthread_win32.c692 rb_vm_t *vm = GET_VM(); in timer_thread_func()
H A Dthread_pthread.c1528 rb_vm_t *vm = GET_VM(); in rb_thread_wakeup_timer_thread()
1696 err = pthread_create(&timer_pthread.thid, 0, timer_pthread_fn, GET_VM()); in ubf_timer_pthread_create()
H A Dcont.c1260 st_table **table_p = &GET_VM()->ensure_rollback_table; in ruby_register_rollback_func_for_ensure()
1270 st_table *table = GET_VM()->ensure_rollback_table; in lookup_rollback_func()
H A Dmjit_worker.c604 rb_vm_t *vm = WAITPID_USE_SIGCHLD ? GET_VM() : 0; in exec_process()
H A Dvariable.c2084 if (ele && ele->state && ele->fork_gen != GET_VM()->fork_gen) { in get_autoload_data()
2426 ele->fork_gen = GET_VM()->fork_gen; in rb_autoload_load()
/dports/graphics/pgplot/pgplot/sys_vms/
H A Dgrgmem.f11 INTEGER LIB$GET_VM
12 GRGMEM = LIB$GET_VM(SIZE, POINTER)
/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_codegen.c50 #define GET_VM() ((codegen_t *)self->data)->vm macro
153 gravity_list_t *list = gravity_list_new(GET_VM(), stop-start);
165 gravity_map_t *map = gravity_map_new(GET_VM(), stop-start);
183 gravity_map_t *map = gravity_map_new(GET_VM(), count);
217 uint16_t index = gravity_function_cpool_add(GET_VM(), context_function, v);
869 …index = gravity_function_cpool_add(GET_VM(), context_function, VALUE_FROM_CSTRING(NULL, obj->ident… in store_declaration()
925 …dex = gravity_function_cpool_add(NULL, internal_init_function, VALUE_FROM_CSTRING(GET_VM(), name)); in process_constructor()
1045 gravity_function_t *f = gravity_function_new((is_class_ctx) ? NULL : GET_VM(), node->identifier, in visit_function_decl()
1278 …gravity_class_t *c = gravity_class_new_pair(GET_VM(), node->identifier, NULL, node->nivar, node->n… in visit_class_decl()
1727 …uint16_t kindex = gravity_function_cpool_add(GET_VM(), context_function, VALUE_FROM_CSTRING(NULL, … in visit_file_expr()
[all …]
/dports/graphics/pgplot/pgplot/drivers/
H A Dvtdriv-vms.f195 INTEGER LIB$GET_VM, LIB$FREE_VM
290 IER = LIB$GET_VM(BUFSIZ, BUFFER)
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Dvms_x_fix.h832 #define lib$get_vm LIB$GET_VM
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dvms_x_fix.h935 #define lib$get_vm LIB$GET_VM
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dvms_x_fix.h935 #define lib$get_vm LIB$GET_VM
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dvms_x_fix.h935 #define lib$get_vm LIB$GET_VM
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dvms_x_fix.h935 #define lib$get_vm LIB$GET_VM

12