HomeSort by: relevance | last modified time | path
    Searched defs:proceed (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/am-utils/dist/hlfsd/
hlfsd.c 54 static RETSIGTYPE proceed(int);
426 sa.sa_handler = proceed;
432 signal(SIGUSR2, proceed);
774 proceed(int signum) function
  /src/sbin/dump/
tape.c 76 static void proceed(int);
116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */
742 * proceed - handler for SIGUSR2, used to synchronize IO between the workers.
745 proceed(int signo __unused) function
761 signal(SIGUSR2, proceed); /* Slave sends SIGUSR2 to next worker */
811 * file, allowing the following process to lock it and proceed. We
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
macos-ioloop.c 942 bool proceed = true; local
960 proceed = datagram_read(response_state, dispatch_data_get_size(content), content, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 160 /* proceed and normal_stop use this to notify the user when the
1011 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT);
3053 First do this, then set the ones you want, then call `proceed'. */
3111 proceed. */
3496 /* Helper function for `proceed`. Check if thread TP is suitable for
3601 You should call clear_proceed_status before calling proceed. */
3604 proceed (CORE_ADDR addr, enum gdb_signal siggnal)
3614 on, follow the child. If none of the above apply then we just proceed
4495 list, the next proceed doesn't try to resume it, etc. */
5983 don't want that, the thread is gone. So clear the proceed
3600 proceed (CORE_ADDR addr, enum gdb_signal siggnal) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 158 /* proceed and normal_stop use this to notify the user when the
1013 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT);
3047 First do this, then set the ones you want, then call `proceed'. */
3105 proceed. */
3490 /* Helper function for `proceed`. Check if thread TP is suitable for
3595 You should call clear_proceed_status before calling proceed. */
3598 proceed (CORE_ADDR addr, enum gdb_signal siggnal)
3608 on, follow the child. If none of the above apply then we just proceed
4505 list, the next proceed doesn't try to resume it, etc. */
5994 don't want that, the thread is gone. So clear the proceed
3594 proceed (CORE_ADDR addr, enum gdb_signal siggnal) function
    [all...]

Completed in 32 milliseconds