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

  /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 in typeref:typename:void
761 signal(SIGUSR2, proceed); /* Slave sends SIGUSR2 to next worker */
811 * file, allowing the following process to lock it and proceed. We
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 in typeref:typename:void
761 signal(SIGUSR2, proceed); /* Slave sends SIGUSR2 to next worker */
811 * file, allowing the following process to lock it and proceed. We
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 in typeref:typename:void
761 signal(SIGUSR2, proceed); /* Slave sends SIGUSR2 to next worker */
811 * file, allowing the following process to lock it and proceed. We

Completed in 138 milliseconds