Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_queue.c64 cond_t *wait; member
78 cond_t *wait; in slp_new_queue() local
91 if (!(wait = calloc(1, sizeof (*wait)))) { in slp_new_queue()
96 (void) cond_init(wait, NULL, NULL); in slp_new_queue()
107 q->wait = wait; in slp_new_queue()
138 (void) cond_signal(q->wait); in slp_enqueue()
163 (void) cond_signal(q->wait); in slp_enqueue_at_head()
210 err = cond_timedwait(q->wait, q->lock, to); in slp_dequeue_timed()
212 err = cond_wait(q->wait, q->lock); in slp_dequeue_timed()
258 (void) cond_destroy(q->wait); in slp_destroy_queue()
[all …]
/titanic_50/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d42 io:::wait-start
45 self->wait = timestamp;
48 io:::wait-done
49 /self->wait/
51 @io[args[2]->fi_name] = sum(timestamp - self->wait);
52 @time["<I/O wait>"] = sum(timestamp - self->wait);
53 self->wait = 0;
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl_transact.c68 struct timeval wait; local
70 wait.tv_sec = CTL_WAIT;
71 wait.tv_usec = 0;
106 0, 0, &wait)) < 0) {
139 timerclear(&wait);
140 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
H A Dio.c67 struct timeval wait; in talk() local
86 wait.tv_sec = A_LONG_TIME; in talk()
87 wait.tv_usec = 0; in talk()
89 nb = select(32, (fd_set *)&read_set, 0, 0, &wait); in talk()
/titanic_50/usr/src/cmd/syslogd/
H A Dqueue.c91 dataq_waiter_t wait; in dataq_dequeue() local
96 wait.wakeup = 0; in dataq_dequeue()
97 (void) pthread_cond_init(&wait.cv, NULL); in dataq_dequeue()
99 ll_enqueue(&dataq->waiters, &wait.list); in dataq_dequeue()
100 while (wait.wakeup == 0) in dataq_dequeue()
101 (void) pthread_cond_wait(&wait.cv, &dataq->lock); in dataq_dequeue()
104 (void) pthread_cond_destroy(&wait.cv); in dataq_dequeue()
/titanic_50/usr/src/lib/libast/common/include/
H A Dwait.h35 __STDPP__directive pragma pp:hide wait waitpid
37 #define wait ______wait
42 __STDPP__directive pragma pp:nohide wait waitpid
44 #undef wait
95 extern pid_t wait(int*);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
46 #define wait ______wait
51 __STDPP__directive pragma pp:nohide wait waitpid
53 #undef wait
104 extern __MANGLE__ pid_t wait __PROTO__((int*));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
46 #define wait ______wait
51 __STDPP__directive pragma pp:nohide wait waitpid
53 #undef wait
104 extern __MANGLE__ pid_t wait __PROTO__((int*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
46 #define wait ______wait
51 __STDPP__directive pragma pp:nohide wait waitpid
53 #undef wait
104 extern __MANGLE__ pid_t wait __PROTO__((int*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
46 #define wait ______wait
51 __STDPP__directive pragma pp:nohide wait waitpid
53 #undef wait
104 extern __MANGLE__ pid_t wait __PROTO__((int*));
/titanic_50/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh.out9 tcp:::state-change to fin-wait-1 - yes
10 tcp:::state-change to close-wait - yes
11 tcp:::state-change to fin-wait-2 - yes
12 tcp:::state-change to time-wait - yes
H A Dtst.localtcpstate.ksh.out10 tcp:::state-change to fin-wait-1 - yes
11 tcp:::state-change to close-wait - yes
12 tcp:::state-change to fin-wait-2 - yes
14 tcp:::state-change to time-wait - yes
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dwait1 …e/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libast/features/wait by iffe version 200…
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dwait1 …/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libast/features/wait by iffe version 200…
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dwait1 …/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/features/wait by iffe version 200…
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dwait1 …e/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libast/features/wait by iffe version 200…
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dmount.c389 struct timeval wait; in nfs4init() local
395 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in nfs4init()
396 wait.tv_usec = 0; in nfs4init()
411 NFS_V4, wait, &fd, in nfs4init()
426 xdr_void, NULL, wait); in nfs4init()
563 struct timeval wait; in boot_nfs_mountroot() local
658 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in boot_nfs_mountroot()
659 wait.tv_usec = 0; in boot_nfs_mountroot()
679 wait.tv_sec = ival / 10; in boot_nfs_mountroot()
680 wait.tv_usec = (ival % 10) * 100000; in boot_nfs_mountroot()
[all …]
H A Dbootparams.c224 int wait; in getfile() local
270 wait = def_wait; in getfile()
274 xdr_bp_getfile_res, (caddr_t)&res, rexmit, wait, in getfile()
287 wait = def_wait; in getfile()
301 wait, &to, &from, AUTH_NONE); in getfile()
328 rexmit = wait; in getfile()
329 wait = def_wait; in getfile()
H A Dclnt.h197 rpcvers_t version, struct timeval wait,
200 rpcvers_t version, struct timeval wait,
217 rpcvers_t version, struct timeval wait,
/titanic_50/usr/src/lib/libast/common/features/
H A Dwait1 lib wait,wait2,wait3,wait4,waitpid
2 tst ok_wif sys/types.h sys/wait.h note{ posix wait macros ok }end compile{
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c55 kmdb_prom_getchar(int wait) in kmdb_prom_getchar() argument
65 if (!wait) in kmdb_prom_getchar()
75 if (!wait && ischar != NULL && !kmdb_dpi_call(ischar, 1, &arg)) in kmdb_prom_getchar()
99 kmdb_prom_reader(caddr_t buf, size_t len, int wait) in kmdb_prom_reader() argument
105 if ((c = kmdb_prom_getchar(wait)) == -1) in kmdb_prom_reader()
110 wait = 0; in kmdb_prom_reader()
227 kmdb_prom_fill_readbuf(int check_for_int, int wait) in kmdb_prom_fill_readbuf() argument
248 kmdb_prom_readbuf_head, left, wait)) <= 0) in kmdb_prom_fill_readbuf()
265 kmdb_prom_readbuf_head, left, wait)) <= 0) in kmdb_prom_fill_readbuf()
304 int wait = 1; in kmdb_prom_read() local
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c252 post_dr_req_event(picl_nodehdl_t fruh, char *dr_req_type, uint8_t wait) in post_dr_req_event() argument
292 wait); in post_dr_req_event()
303 uint8_t wait) in post_dr_ap_state_change_event() argument
336 nvl_size, nodehdl, wait); in post_dr_ap_state_change_event()
342 post_cpu_state_change_event(picl_nodehdl_t fruh, char *event_type, uint8_t wait) in post_cpu_state_change_event() argument
373 nvl_size, fruh, wait); in post_cpu_state_change_event()
379 post_sensor_event(picl_nodehdl_t hdl, char *sensor_evalue, uint8_t wait) in post_sensor_event() argument
413 hdl, wait); in post_sensor_event()
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dupdate.c205 update_map_if_required(map_ctrl *map, bool_t wait) in update_map_if_required() argument
212 if (wait) { in update_map_if_required()
293 if (!wait && (getpid() == parent_pid)) in update_map_if_required()
309 if (wait) { in update_map_if_required()
/titanic_50/usr/src/ucbhead/sys/
H A Dwait.h58 union wait { union
152 extern pid_t wait(int *);
160 extern pid_t wait();
/titanic_50/usr/src/lib/libnisdb/
H A Dnisdb_rw.c267 rr->wait = 1; in __nisdb_wlock_trylock()
272 rr->wait = 0; in __nisdb_wlock_trylock()
284 rr->wait = 0; in __nisdb_wlock_trylock()
377 rr->wait = 1; in __nisdb_rlock()
382 rr->wait = 0; in __nisdb_rlock()
394 rr->wait = 0; in __nisdb_rlock()
718 if (rw->writer.wait) in __nisdb_lock_report()
734 (r->wait ? " (blocked)" : "")); in __nisdb_lock_report()

12345678910>>...16