Home
last modified time | relevance | path

Searched refs:switch_to_process (Results 1 – 12 of 12) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dinterp.c254 static OOP switch_to_process; variable
1292 switch_to_process = _gst_nil_oop; in change_process_context()
1361 if (!IS_NIL (switch_to_process)) in get_active_process()
1362 return (switch_to_process); in get_active_process()
1808 switch_to_process = processOOP; in activate_process()
1874 if (!IS_NIL (switch_to_process)) in would_reschedule_process()
2082 switch_to_process = _gst_nil_oop; in _gst_init_process_system()
2293 if (!IS_NIL (switch_to_process)) in _gst_nvmsg_send()
2294 change_process_context (switch_to_process); in _gst_nvmsg_send()
2377 MAYBE_COPY_OOP (switch_to_process); in copy_semaphore_oops()
[all …]
H A Dinterp-jit.inl422 if UNCOMMON (!IS_NIL (switch_to_process))
424 change_process_context (switch_to_process);
456 if (!IS_NIL (switch_to_process))
457 change_process_context (switch_to_process);
H A Dinterp-bc.inl533 if UNCOMMON (!IS_NIL (switch_to_process))
536 change_process_context (switch_to_process);
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dinferiors.h149 void switch_to_process (process_info *proc);
H A Dinferiors.cc229 switch_to_process (process_info *proc) in switch_to_process() function
H A Dthread-db.cc794 switch_to_process (proc); in disable_thread_event_reporting()
H A Dserver.cc1711 switch_to_process (process); in handle_qxfer_threads_proper()
H A DChangeLog567 * inferiors.cc (switch_to_process): New, moved here from
569 * inferiors.h (switch_to_process): Declare.
574 * thread-db.cc (switch_to_process): Moved to inferiors.cc.
7509 (switch_to_process): Replace usage of any_thread_of with
18281 (switch_to_process): New.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dthread-db.c812 switch_to_process (struct process_info *proc) in switch_to_process() function
843 switch_to_process (proc); in disable_thread_event_reporting()
864 switch_to_process (proc); in remove_thread_event_breakpoints()
H A DChangeLog1190 (switch_to_process): New.
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dthread-db.c841 switch_to_process (struct process_info *proc) in switch_to_process() function
872 switch_to_process (proc); in disable_thread_event_reporting()
893 switch_to_process (proc); in remove_thread_event_breakpoints()
H A DChangeLog3227 (switch_to_process): New.