Searched refs:interrupted (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/tools/regression/sockets/sblock/
H A Dsblock.c42 * process, we can tell whether the sblock wait was interrupted, or if
55 static int interrupted; variable
60 interrupted++;
80 if (interrupted)
81 errx(-1, "FAIL: blocking_recver: interrupted wrong pid");
89 * meaning that the wait for the sblock was not interrupted; if it has
109 if (!interrupted)
110 errx(-1, "FAIL: locking_recver: not interrupted");
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.print.c226 static int interrupted = 0; local
237 if (interrupted) {
238 interrupted = 0;
245 interrupted = 1;
314 interrupted = 0;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_nanosleep.c71 curthread->interrupted = 0;
112 /* Check if the sleep was interrupted: */
113 if (curthread->interrupted) {
H A Dthr_sigwait.c105 curthread->interrupted = 0;
120 if (curthread->interrupted)
127 curthread->interrupted = 0;
H A Dthr_cancel.c105 pthread->interrupted = 1;
131 * queue. Mark the thread as interrupted and
137 pthread->interrupted = 1;
294 curthread->interrupted = 0;
H A Dthr_cond.c201 * thread is interrupted by a signal to execute a signal handler.
203 * while running a handler. Instead, the thread is interrupted
230 /* Reset the timeout and interrupted flags: */
232 curthread->interrupted = 0;
399 * thread is interrupted by a signal to execute a signal handler.
401 * while running a handler. Instead, the thread is interrupted
428 /* Reset the timeout and interrupted flags: */
430 curthread->interrupted = 0;
715 if ((curthread->interrupted != 0) &&
777 if ((pthread->timeout == 0) && (pthread->interrupted
[all...]
H A Dthr_sig.c1007 * States which cannot be interrupted but still require the
1019 pthread->interrupted = 1;
1026 pthread->interrupted = 1;
1058 pthread->interrupted = 1;
1141 curthread->interrupted = psf->psf_interrupted;
1164 psf->psf_interrupted = curthread->interrupted;
H A Dthr_mutex.c538 /* Reset the interrupted flag: */
539 curthread->interrupted = 0;
547 * loop in case the waiting thread is interrupted by a signal
550 * Instead, the thread is interrupted and backed out of the
835 (curthread->interrupted == 0) && (curthread->timeout == 0));
841 * Check to see if this thread was interrupted and
844 if (curthread->interrupted != 0) {
1811 if (pthread->interrupted == 0)
H A Dthr_kern.c769 curthread->interrupted = 1;
808 curthread->interrupted = 1;
1674 thread->interrupted = 1;
1699 thread->interrupted = 1;
1725 thread->interrupted = 1;
H A Dthr_private.h756 * interrupted by a signal:
758 int interrupted; member in struct:pthread
/freebsd-9.3-release/contrib/ncurses/include/
H A DMKkey_defs.sh65 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
/freebsd-9.3-release/usr.bin/make/
H A Djob.c270 #define ABORT_INTERRUPT 2 /* Because it was interrupted */
347 static volatile sig_atomic_t interrupted; variable
528 if (interrupted) {
545 interrupted = signo;
1579 if (interrupted) {
1580 JobPassSig(interrupted);
1944 if (interrupted)
1945 JobPassSig(interrupted);
2180 if (interrupted)
2181 JobPassSig(interrupted);
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.cpp278 if (interrupted)
346 if (interrupted) {
373 if (current_tab || interrupted || current_field
419 if (interrupted)
448 if (interrupted)
481 if (interrupted)
512 if (interrupted)
524 if (interrupted)
544 if (interrupted)
564 if (interrupted)
[all...]
H A Denv.h166 int interrupted; member in class:environment
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc122 MAP_ERR_TO_COND(WSAEINTR, interrupted);
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c103 volatile sig_atomic_t interrupted = 0; variable
237 interrupted = 1;
615 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
700 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
811 for (n = 0; d[n] != NULL && !interrupted; n++) {
876 if (interrupted)
903 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1440 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1537 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1549 for (i = 0; g.gl_pathv[i] && !interrupted;
[all...]
H A Dsftp-client.c60 extern volatile sig_atomic_t interrupted;
489 for (; !interrupted;) {
569 } else if (interrupted && dir != NULL && *dir != NULL) {
1141 if (interrupted) {
1256 if (read_error || write_error || interrupted) {
1276 if (interrupted || status != SSH2_FX_OK)
1354 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) {
1510 if (interrupted || status != SSH2_FX_OK)
1663 while (((dp = readdir(dirp)) != NULL) && !interrupted) {
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-int.h190 u_int interrupted; member in struct:pcap_md
H A Dpcap-bpf.c304 * If a previous sleep was interrupted due to signal delivery, make
314 if (p->md.interrupted && p->md.timeout) {
319 p->md.interrupted = 0;
346 if (!p->md.interrupted && p->md.timeout) {
347 p->md.interrupted = 1;
357 p->md.interrupted = 0;
/freebsd-9.3-release/sbin/restore/
H A Dinteractive.c766 if (reply("restore interrupted, continue") == FAIL)
/freebsd-9.3-release/sys/rpc/
H A Dclnt_vc.c138 int error, interrupted, one = 1, sleep_flag; local
156 interrupted = 0;
166 interrupted = 1;
176 if (!interrupted)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h153 interrupted, // EINTR
521 interrupted = EINTR, enumerator in enum:llvm::errc::_
/freebsd-9.3-release/sys/kern/
H A Duipc_syscalls.c572 int interrupted = 0; local
605 interrupted = 1;
615 if (!interrupted)
2082 * been interrupted by a signal. If we've sent anything
2206 * can be interrupted. For consequent

Completed in 195 milliseconds