Home
last modified time | relevance | path

Searched refs:ppwait (Results 1 – 5 of 5) sorted by relevance

/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dwait.h41 netwib_wait **ppwait);
54 netwib_err netwib_wait_close(netwib_wait **ppwait);
70 netwib_wait **ppwait);
72 #define netwib_wait_init_io_read(pio,ppwait) netwib_wait_init_io(pio,NETWIB_IO_WAYTYPE_READ,ppwait) argument
73 #define netwib_wait_init_io_write(pio,ppwait) netwib_wait_init_io(pio,NETWIB_IO_WAYTYPE_WRITE,ppwai… argument
74 #define netwib_wait_init_io_rdwr(pio,ppwait) netwib_wait_init_io(pio,NETWIB_IO_WAYTYPE_RDWR,ppwait) argument
95 netwib_wait **ppwait);
113 netwib_wait **ppwait);
H A Dwait.c39 netwib_wait **ppwait) in netwib_wait_init() argument
45 *ppwait = pwait; in netwib_wait_init()
58 netwib_err netwib_wait_close(netwib_wait **ppwait) in netwib_wait_close() argument
63 if (ppwait == NULL) { in netwib_wait_close()
66 pwait = *ppwait; in netwib_wait_close()
73 netwib_er(netwib_debug_leak_del_wait(*ppwait)); in netwib_wait_close()
77 netwib_er(netwib_ptr_free((netwib_ptr*)ppwait)); in netwib_wait_close()
103 netwib_wait **ppwait) in netwib_wait_init_io() argument
113 &netwib_priv_wait_close_io, ppwait)); in netwib_wait_init_io()
141 netwib_wait **ppwait) in netwib_wait_init_thread_end() argument
[all …]
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/eg/
H A Dprocinfo37 print "process has parent waiting\n" if $proc->ppwait;
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/t/
H A D02-method.t71 is($pe->ppwait, delete $pe->{ppwait}, 'method ppwait');
199 is($pe->parent_waiting, delete $pe->{ppwait}, 'alias parent_waiting');
H A D01-func.t65 ok( defined( delete $info->{ppwait} ), 'attribute ppwait');