Home
last modified time | relevance | path

Searched refs:mywait (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dserver.c61 return mywait (statusptr, 0); in start_inferior()
80 *sigptr = mywait (statusptr, 0); in attach_inferior()
244 *signal = mywait (status, 1); in handle_v_cont()
485 signal = mywait (&status, 1); in main()
496 signal = mywait (&status, 1); in main()
502 signal = mywait (&status, 1); in main()
508 signal = mywait (&status, 1); in main()
H A Dtarget.h163 unsigned char mywait (char *statusp, int connected_wait);
H A Dtarget.c92 mywait (char *statusp, int connected_wait) in mywait() function
H A DChangeLog371 (start_inferior): Don't use signal_pid. Update call to mywait.
372 (attach_inferior): Update call to mywait.
376 calls to mywait.
381 (mywait): New function.
384 (mywait): Removed macro, added prototype.
600 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dserver.c61 return mywait (statusptr, 0); in start_inferior()
80 *sigptr = mywait (statusptr, 0); in attach_inferior()
244 *signal = mywait (status, 1); in handle_v_cont()
485 signal = mywait (&status, 1); in main()
496 signal = mywait (&status, 1); in main()
502 signal = mywait (&status, 1); in main()
508 signal = mywait (&status, 1); in main()
H A Dtarget.h163 unsigned char mywait (char *statusp, int connected_wait);
H A Dtarget.c92 mywait (char *statusp, int connected_wait) in mywait() function
H A DChangeLog371 (start_inferior): Don't use signal_pid. Update call to mywait.
372 (attach_inferior): Update call to mywait.
376 calls to mywait.
381 (mywait): New function.
384 (mywait): Removed macro, added prototype.
600 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
/dports/editors/libreoffice/libreoffice-7.2.6.2/io/test/stm/
H A Dpumptest.cxx51 static void mywait() in mywait() function
323 mywait(); in testClose()
335 mywait(); in testClose()
352 mywait(); in testTerminate()
361 mywait(); in testTerminate()
383 mywait(); in testFunction()
407 mywait(); in testWrongUsage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/io/test/stm/
H A Dpumptest.cxx51 static void mywait() in mywait() function
323 mywait(); in testClose()
335 mywait(); in testClose()
352 mywait(); in testTerminate()
361 mywait(); in testTerminate()
383 mywait(); in testFunction()
407 mywait(); in testWrongUsage()
/dports/sysutils/xe/xe-0.11/
H A Dxe.c84 mywait() in mywait() function
212 mywait(); in run()
700 mywait(); in main()
738 mywait(); in main()
795 while (mywait()) in main()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dtarget.cc163 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, in mywait() function
216 mywait (ptid, &status, 0, 0); in target_stop_and_wait()
H A Dtarget.h683 ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus,
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dtarget.c74 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, in mywait() function
H A Dserver.c262 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior()
271 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior()
285 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior()
320 last_ptid = mywait (pid_to_ptid (pid), &last_status, 0, 0); in attach_inferior()
2123 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in handle_v_cont()
2410 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in myresume()
3556 last_ptid = mywait (minus_one_ptid, &last_status, in handle_target_event()
H A Dtarget.h556 ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options,
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dtarget.c89 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, in mywait() function
H A Dserver.c282 mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior()
291 mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior()
307 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior()
338 last_ptid = mywait (pid_to_ptid (pid), &last_status, 0, 0); in attach_inferior()
1841 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in handle_v_cont()
2155 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in myresume()
3196 last_ptid = mywait (minus_one_ptid, &last_status, in handle_target_event()
H A Dtarget.h486 ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options,
H A DChangeLog333 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
2694 (mywait): Add `ptid' argument. Change return type to ptid_t.
2697 (mywait): Add new `ptid' argument. Adjust.
2725 (attach_inferior): Adjust to mywait interface changes.
2864 (mywait): Add `options' argument.
2865 * target.c (mywait): Add `options' argument. Print child exit
2978 (mywait): Likewise.
5505 (attach_inferior): Update call to mywait.
5509 calls to mywait.
5514 (mywait): New function.
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dagent.c291 mywait (ptid, &status, 0, 0); in agent_run_command()
/dports/mail/maildrop/maildrop-3.0.3/libs/maildrop/
H A DMakefile.am41 messageinfo.h mytime.h mywait.h pipefds.C pipefds.h \
/dports/mail/courier/courier-0.65.3/maildrop/
H A DMakefile.am45 messageinfo.h mytime.h mywait.h pipefds.C pipefds.h re.C re.h \
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dyabasic.h629 void mywait ();
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/
H A Dsyslog-ng-debun99 mywait () { jobs -p >${tmpdir}/sdn.jobs ; for i in $( grep -v "^$tailpid\$" ${tmpdir}/sdn.jobs ) ; …
290 mywait

123