Searched defs:timeout (Results 201 - 225 of 239) sorted by relevance

12345678910

/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp972 instantiate( const dormant_node_info& info, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags) argument
1052 instantiate( const entry_ref& file, uint64 requireNodeKinds, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags, bigtime_t* outDuration) argument
1565 lock( lock_t type, bigtime_t timeout) argument
H A DNodeRef.cpp1406 lock( lock_t type, bigtime_t timeout) argument
/haiku/src/system/kernel/
H A Dsem.cpp713 acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
727 switch_sem_etc(sem_id semToBeReleased, sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
1177 _user_acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
1202 _user_switch_sem_etc(sem_id releaseSem, sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
[all...]
H A Dport.cpp682 get_port_message(int32 code, size_t bufferSize, uint32 flags, bigtime_t timeout, argument
1321 port_buffer_size_etc(port_id id, uint32 flags, bigtime_t timeout) argument
1330 _get_port_message_info_etc(port_id id, port_message_info* info, size_t infoSize, uint32 flags, bigtime_t timeout) argument
1435 read_port_etc(port_id id, int32* _code, void* buffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1545 write_port_etc(port_id id, int32 msgCode, const void* buffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1555 writev_port_etc(port_id id, int32 msgCode, const iovec* msgVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1844 _user_port_buffer_size_etc(port_id port, uint32 flags, bigtime_t timeout) argument
1870 _user_read_port_etc(port_id port, int32 *userCode, void *userBuffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1896 _user_write_port_etc(port_id port, int32 messageCode, const void *userBuffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1916 _user_writev_port_etc(port_id port, int32 messageCode, const iovec *userVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1943 _user_get_port_message_info_etc(port_id port, port_message_info *userInfo, size_t infoSize, uint32 flags, bigtime_t timeout) argument
[all...]
H A Dsignal.cpp2056 sigwait_internal(const sigset_t* set, siginfo_t* info, uint32 flags, bigtime_t timeout) argument
2331 _user_sigwait(const sigset_t *userSet, siginfo_t *userInfo, uint32 flags, bigtime_t timeout) argument
[all...]
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1091 AccelerantHWInterface::WaitForRetrace(bigtime_t timeout) argument
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp388 RequestOwner::Wait(bool interruptable, bigtime_t timeout) argument
669 ReaderLocker::AcquireReader(bigtime_t timeout, size_t bytesNeeded) argument
1563 bigtime_t timeout = dontBlock ? 0 : B_INFINITE_TIMEOUT; local
1819 bigtime_t timeout = wanted == 0 ? 0 : B_INFINITE_TIMEOUT; local
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp44 wait_for_set(addr_t address, uint32 mask, uint32 timeout) argument
58 wait_for_clear(addr_t address, uint32 mask, uint32 timeout) argument
72 wait_for_clear_status(addr_t address, uint32 mask, uint32 timeout) argument
882 uint32 timeout = INTEL_DP_AUX_CTL_TIMEOUT_400us; local
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp309 acquire_global_lock(uint16 timeout, uint32 *handle) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1507 bigtime_t timeout = timeval->tv_sec * 1000000LL + timeval->tv_usec; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp234 TimerSet(TCPEndpoint* endpoint, const char* which, bigtime_t timeout) argument
332 absolute_timeout(bigtime_t timeout) argument
616 bigtime_t timeout = gStackModule->restore_syscall_restart_timeout(); local
666 bigtime_t timeout = min_c(socket->send.timeout, TCP_CONNECTION_TIMEOUT); local
692 bigtime_t timeout = absolute_timeout(socket->receive.timeout); local
829 bigtime_t timeout = 0; local
951 bigtime_t timeout = 0; local
1242 _WaitForEstablished(MutexLocker &locker, bigtime_t timeout) argument
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h215 void (*timeout) (void *); member in struct:firewire_comm
/haiku/headers/os/drivers/bus/
H A DSCSI.h130 bigtime_t timeout; // timeout - 0 = use default member in struct:scsi_ccb
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c313 ath_hal_waitfor(struct ath_hal *ah, u_int reg, uint32_t mask, uint32_t val, uint32_t timeout) argument
/haiku/src/bin/network/ftpd/
H A Dftpd.c131 int timeout = 900; /* timeout after 15 minutes of inactivity */ variable
1936 struct timeval timeout; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h252 u32 timeout; member in struct:e1000_mbx_info
H A De1000_ich8lan.c1898 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT; local
3767 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout) argument
4778 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c3276 rum_pause(struct rum_softc *sc, int timeout) argument
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp971 ShutdownProcess::_ScheduleTimeoutEvent(bigtime_t timeout, team_id team) argument
[all...]
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h359 wait_until_set(volatile uint32 *reg, uint32 bits, bigtime_t timeout) argument
372 wait_until_clear(volatile uint32 *reg, uint32 bits, bigtime_t timeout) argument
/haiku/src/kits/app/
H A DMessage.cpp113 handle_reply(port_id replyPort, int32* _code, bigtime_t timeout, argument
915 BMessage::SendReply(BMessage* reply, BHandler* replyTo, bigtime_t timeout) argument
924 BMessage::SendReply(BMessage* reply, BMessenger replyTo, bigtime_t timeout) argument
2126 _SendMessage(port_id port, team_id portOwner, int32 token, bigtime_t timeout, bool replyRequired, BMessenger& replyTo) const argument
2389 _SendFlattenedMessage(void* data, int32 size, port_id port, int32 token, bigtime_t timeout) argument
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1301 bigtime_t timeout; local
1358 bigtime_t timeout; local
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp207 dummy_store_syscall_restart_timeout(bigtime_t timeout) argument
/haiku/src/bin/network/ping/
H A Dping6.c1180 struct timespec now, timeout; local
[all...]
H A Dping.c928 struct timespec now, timeout; local
[all...]

Completed in 280 milliseconds

12345678910