Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 25 of 176) sorted by relevance

12345678

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.c29 int waiting(volatile int *);
33 waiting(volatile int *a) in waiting() function
57 while (waiting(&a) == 0) in main()
H A Dtst.vfork.c29 int waiting(volatile int *);
33 waiting(volatile int *a) in waiting() function
57 while (waiting(&a) == 0) in main()
H A Dtst.vfork.d37 pid$1:a.out:waiting:entry
H A Dtst.fork.d37 pid$1:a.out:waiting:entry
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c31 int waiting(volatile int *);
34 waiting(volatile int *a) in waiting() function
46 while (waiting(&a) == 0) in main()
H A Dtst.usdt.d26 pid$1:a.out:waiting:entry
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.s34 ENTRY(waiting)
41 SET_SIZE(waiting)
51 call waiting
H A Dtst.branch.s34 ENTRY(waiting)
41 SET_SIZE(waiting)
52 call waiting
H A Dtst.ret.s63 ENTRY(waiting)
71 SET_SIZE(waiting)
82 call waiting
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
H A Dtst.ret.d36 pid$1:a.out:waiting:entry
/src/tools/test/stress2/misc/
H A Dkevent2.sh61 static int waiting;
93 waiting = 0;
122 while (waiting == 1) {
141 waiting = 1;
H A Dkevent.sh64 static int waiting;
97 waiting = 0;
121 while (waiting == 1) {
145 waiting = 1;
/src/contrib/ntp/sntp/libevent/
H A Devthread_win32.c238 int waiting = 1; in evthread_win32_cond_wait() local
261 waiting = 0; in evthread_win32_cond_wait()
266 waiting = 0; in evthread_win32_cond_wait()
273 waiting = 0; in evthread_win32_cond_wait()
287 } while (waiting); in evthread_win32_cond_wait()
/src/contrib/libevent/
H A Devthread_win32.c238 int waiting = 1; in evthread_win32_cond_wait() local
261 waiting = 0; in evthread_win32_cond_wait()
266 waiting = 0; in evthread_win32_cond_wait()
273 waiting = 0; in evthread_win32_cond_wait()
287 } while (waiting); in evthread_win32_cond_wait()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c47 waiting(volatile int *a) in waiting() function
65 while (waiting(&a) == 0) in dotest()
H A Dtst.call.d38 pid$1:a.out:waiting:entry
/src/tools/regression/gaithrstress/
H A Dgaithrstress.c189 char waiting[3], *send, *wordfile = "/usr/share/dict/words"; in main() local
249 (void)fgets(waiting, sizeof(waiting), stdin); in main()
/src/crypto/openssl/doc/man3/
H A DSSL_get_all_async_fds.pod25 waiting for asynchronous operations to complete (see the B<SSL_MODE_ASYNC> mode
33 object is currently waiting for asynchronous work to complete (i.e.
55 SSL_waiting_for_async() will return 1 if the current SSL operation is waiting
H A DSSL_accept_stream.pod41 currently waiting in the accept queue.
59 currently waiting in the accept queue, or 0 if called on an SSL object other than
/src/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var74 macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \
85 macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \
86 macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \
90 macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \
91 macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \
92 macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \
93 macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \
96 macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \
97 macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \
98 macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \
[all …]
/src/contrib/tcsh/nls/russian/
H A Dset173 1 BUG: waiting for background job!\n
/src/contrib/tcsh/nls/C/
H A Dset173 1 BUG: waiting for background job!\n
/src/tools/regression/p1003_1b/
H A DREADME11 of patches I'm waiting for approval to commit.

12345678