Searched refs:wait (Results 26 - 50 of 95) sorted by relevance

1234

/haiku/src/tests/libs/bsd/
H A Dwait4_test.cpp12 #include <sys/wait.h>
17 wait() should wait only once. If any argument is given, waitpid() should return
/haiku/headers/private/kernel/arch/generic/
H A Ddebug_uart.h33 virtual int GetChar(bool wait) = 0;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv.c76 * so skipping the wait for BB panic reset */
109 int wait; local
130 /* wait for Rx DMA state machine to become idle */
141 for (wait = timeout / AH_TIME_QUANTUM; wait != 0; wait--) {
148 if (wait == 0) {
H A Dar9300_xmit.c341 /* enable DCU to wait for next fragment from QCU */
628 u_int wait;
640 for (wait = timeout / AH_TIME_QUANTUM; wait != 0; wait--) {
648 if (wait == 0) {
702 wait = timeout / AH_TIME_QUANTUM;
704 if ((--wait) == 0) {
718 return (wait != 0);
733 u_int wait; local
[all...]
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp135 Syscall *wait = get_syscall("_kern_wait_for_child"); local
136 wait->ParameterAt(2)->SetOut(true);
137 wait->ParameterAt(3)->SetOut(true);
/haiku/src/tools/cppunit/cppunit/
H A DTestRunner.cpp74 wait( doWait );
96 TestRunner::wait( bool doWait ) function in class:CppUnit::TextUi::TestRunner
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h89 fPreviousWaitObjectType(previous->wait.type)
99 fPreviousWaitObject = previous->wait.object;
/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart_8250.cpp140 // wait for the last char to get out
148 DebugUART8250::GetChar(bool wait) argument
150 if (wait) {
152 // wait for data to show up in the rx fifo
165 // wait for the last char to get out
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitstatus.h1 /* Definitions of status bits for `wait' et al.
21 # error "Never include <bits/waitstatus.h> directly; use <sys/wait.h> instead."
65 union wait union
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_uart_sifive.h82 virtual int GetChar(bool wait);
/haiku/src/system/libroot/posix/unistd/
H A Dsystem.cpp12 #include <sys/wait.h>
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dmbuf-obsd.h90 m_dup_pkt(struct mbuf *m0, unsigned int adj, int wait) argument
101 m = m_get(wait, m0->m_type);
105 if (m_dup_pkthdr(m, m0, wait) != 0)
109 MCLGETL(m, wait, len);
/haiku/src/system/kernel/
H A Dthread.cpp1104 // wait for a thread to bury
1171 && thread->wait.type == THREAD_BLOCK_TYPE_SEMAPHORE) {
1172 return (sem_id)(addr_t)thread->wait.object;
1194 switch (thread->wait.type) {
1201 sem_id sem = (sem_id)(addr_t)thread->wait.object;
1642 switch (thread->wait.type) {
1648 sem_id sem = (sem_id)(addr_t)thread->wait.object;
1674 kprintf("%-*s id state wait for %-*s cpu pri %-*s team "
1690 switch (thread->wait.type) {
1693 sem_id sem = (sem_id)(addr_t)thread->wait
[all...]
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp10 #include <sys/wait.h>
73 // wait for child
75 while (wait(&childStatus) < 0);
/haiku/src/tests/system/kernel/
H A Dspinlock_contention.cpp10 #include <sys/wait.h>
228 wait(&status);
/haiku/src/libs/bsd/
H A Dwait.c12 #include <sys/wait.h>
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Defs.h268 sGetLockType(short type, bool wait) { argument
270 case F_RDLCK: return wait ? READW_LT : READ_LT;
271 case F_WRLCK: return wait ? WRITEW_LT : WRITE_LT;
H A DNFS4Inode.h83 bool wait);
/haiku/src/tests/system/libroot/posix/
H A DTestUnitUtils.h115 pid_t result = wait(&status);
/haiku/src/tests/system/network/
H A Dtcp_server.c15 #include <sys/wait.h>
/haiku/headers/os/net/
H A DNetworkDevice.h112 status_t Scan(bool wait = true,
/haiku/src/system/kernel/arch/arm/
H A Darch_uart_pl011.cpp168 // Write a 0 to the port and wait for confim..
289 ArchUARTPL011::GetChar(bool wait) argument
292 if (wait) {
/haiku/src/bin/network/telnetd/
H A Ddefs.h58 #include <sys/wait.h>
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp9 #include <sys/wait.h>
/haiku/src/kits/package/
H A DFetchFileJob.cpp16 #include <sys/wait.h>

Completed in 110 milliseconds

1234