File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ void rb_vm_lock_body(LOCATION_ARGS);
2121void rb_vm_unlock_body (LOCATION_ARGS );
2222
2323struct rb_ractor_struct ;
24- void rb_vm_lock_enter_body_cr (struct rb_ractor_struct * cr , unsigned int * lev APPEND_LOCATION_ARGS );
25- void rb_vm_lock_enter_body_nb (unsigned int * lev APPEND_LOCATION_ARGS );
26- void rb_vm_lock_enter_body (unsigned int * lev APPEND_LOCATION_ARGS );
24+ NOINLINE ( void rb_vm_lock_enter_body_cr (struct rb_ractor_struct * cr , unsigned int * lev APPEND_LOCATION_ARGS ) );
25+ NOINLINE ( void rb_vm_lock_enter_body_nb (unsigned int * lev APPEND_LOCATION_ARGS ) );
26+ NOINLINE ( void rb_vm_lock_enter_body (unsigned int * lev APPEND_LOCATION_ARGS ) );
2727void rb_vm_lock_leave_body (unsigned int * lev APPEND_LOCATION_ARGS );
2828void rb_vm_barrier (void );
2929
You can’t perform that action at this time.
0 commit comments