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

12

/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/ncurses/include/
H A DMKkey_defs.sh65 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
/freebsd-10.0-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-10.0-release/crypto/openssh/
H A Dsftp.c99 volatile sig_atomic_t interrupted = 0; variable
231 interrupted = 1;
562 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
645 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
754 for (n = 0; d[n] != NULL && !interrupted; n++) {
819 if (interrupted)
846 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1367 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1464 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1476 for (i = 0; g.gl_pathv[i] && !interrupted;
[all...]
H A Dsftp-client.c59 extern volatile sig_atomic_t interrupted;
478 for (; !interrupted;) {
565 if (interrupted && dir != NULL && *dir != NULL) {
1096 if (interrupted) {
1211 if (read_error || write_error || interrupted) {
1230 if (interrupted)
1300 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) {
1454 if (interrupted || status != SSH2_FX_OK)
1604 while (((dp = readdir(dirp)) != NULL) && !interrupted) {
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc122 MAP_ERR_TO_COND(WSAEINTR, interrupted);
/freebsd-10.0-release/sys/dev/iscsi/
H A Dicl_proxy.c118 int interrupted = 0; local
145 interrupted = 1;
/freebsd-10.0-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-10.0-release/sbin/restore/
H A Dinteractive.c768 if (reply("restore interrupted, continue") == FAIL)
/freebsd-10.0-release/sys/rpc/
H A Dclnt_vc.c144 int error, interrupted, one = 1, sleep_flag; local
162 interrupted = 0;
172 interrupted = 1;
182 if (!interrupted)
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h153 interrupted, // EINTR
521 interrupted = EINTR, enumerator in enum:llvm::errc::_
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.c631 int error, interrupted = 0; local
669 interrupted = 1;
679 if (!interrupted)
2342 * been interrupted by a signal. If we've sent anything
2419 * can be interrupted. For consequent
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1468 error.SetErrorStringWithFormat("expression interrupted for the expression '%s'", expr_str.c_str());

Completed in 275 milliseconds

12