Searched defs:timeout (Results 276 - 300 of 310) sorted by relevance

<<111213

/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeManager.cpp986 instantiate( const dormant_node_info& info, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags) argument
1066 instantiate( const entry_ref& file, uint64 requireNodeKinds, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags, bigtime_t* outDuration) argument
1579 lock( lock_t type, bigtime_t timeout) argument
H A DNodeRef.cpp1392 lock( lock_t type, bigtime_t timeout) argument
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp661 bigtime_t timeout = now + 180000; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmonitor.c112 static int timeout = 30; variable
441 readchar (int timeout) argument
[all...]
H A Dremote-e7000.c146 static int timeout = 20; variable
197 readchar (int timeout) argument
[all...]
H A Dremote-rdp.c170 static int timeout = 2; variable
H A Dser-go32.c615 dos_readchar(struct serial *scb, int timeout) argument
H A Dremote-mips.c539 mips_expect_timeout(const char *string, int timeout) argument
615 mips_readchar(int timeout) argument
693 mips_receive_header(unsigned char *hdr, int *pgarbage, int ch, int timeout) argument
765 mips_receive_trailer(unsigned char *trlr, int *pgarbage, int *pch, int timeout) argument
978 mips_receive_packet(char *buff, int throw_error, int timeout) argument
1194 mips_request(int cmd, ULONGEST addr, ULONGEST data, int *perr, int timeout, char *buff) argument
[all...]
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c1686 int s, flags, rv, timeout; local
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c131 int timeout = 900; /* timeout after 15 minutes of inactivity */ variable
1949 struct timeval timeout; local
[all...]
/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c288 int timeout; local
290 struct timeval timeout, *tv; local
/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c1945 alarm_set(double timeout) argument
2013 run_with_timeout(double timeout, void (*fun) (void *), void *arg) argument
2050 run_with_timeout(double timeout, void (*fun) (void *), void *arg) argument
[all...]
/haiku-fatelf/src/kits/app/
H A DMessage.cpp112 handle_reply(port_id replyPort, int32 *_code, bigtime_t timeout, argument
891 BMessage::SendReply(BMessage *reply, BHandler *replyTo, bigtime_t timeout) argument
900 BMessage::SendReply(BMessage *reply, BMessenger replyTo, bigtime_t timeout) argument
2105 _SendMessage(port_id port, team_id portOwner, int32 token, bigtime_t timeout, bool replyRequired, BMessenger &replyTo) const argument
2358 _SendFlattenedMessage(void *data, int32 size, port_id port, int32 token, bigtime_t timeout) argument
[all...]
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesw.h398 inline void UNDEF(timeout)(int delay) { timeout(delay); } function
399 #undef timeout macro
400 #define timeout UNDEF(timeout) macro
/haiku-fatelf/src/servers/registrar/
H A DShutdownProcess.cpp897 ShutdownProcess::_ScheduleTimeoutEvent(bigtime_t timeout, team_id team) argument
[all...]
/haiku-fatelf/src/system/kernel/
H A Dport.cpp537 get_port_message(int32 code, size_t bufferSize, uint32 flags, bigtime_t timeout, argument
1116 port_buffer_size_etc(port_id id, uint32 flags, bigtime_t timeout) argument
1125 _get_port_message_info_etc(port_id id, port_message_info* info, size_t infoSize, uint32 flags, bigtime_t timeout) argument
1230 read_port_etc(port_id id, int32* _code, void* buffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1341 write_port_etc(port_id id, int32 msgCode, const void* buffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1351 writev_port_etc(port_id id, int32 msgCode, const iovec* msgVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1617 _user_port_buffer_size_etc(port_id port, uint32 flags, bigtime_t timeout) argument
1643 _user_read_port_etc(port_id port, int32 *userCode, void *userBuffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1669 _user_write_port_etc(port_id port, int32 messageCode, const void *userBuffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1689 _user_writev_port_etc(port_id port, int32 messageCode, const iovec *userVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1721 _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.cpp1981 sigwait_internal(const sigset_t* set, siginfo_t* info, uint32 flags, bigtime_t timeout) argument
2245 _user_sigwait(const sigset_t *userSet, siginfo_t *userInfo, uint32 flags, bigtime_t timeout) argument
[all...]
/haiku-fatelf/src/tests/kits/net/tcp_shell/
H A Dtcp_shell.cpp197 dummy_store_syscall_restart_timeout(bigtime_t timeout) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_ich8lan.c823 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT; local
2468 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout) argument
[all...]
H A De1000_vf.h249 u32 timeout; member in struct:e1000_mbx_info
/haiku-fatelf/src/libs/glut/
H A Dglutint.h539 struct timeval timeout; /* time to be called */ member in struct:_GLUTtimer
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp2507 bigtime_t timeout = kTimeout; local
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartWindow.cpp1290 bigtime_t timeout; local
1347 bigtime_t timeout; local
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnettest_bsd.c4251 struct timeval timeout; local
[all...]
/haiku-fatelf/src/kits/media/
H A DMediaRoster.cpp1361 SyncToNode(const media_node& node, bigtime_t atTime, bigtime_t timeout) argument

Completed in 433 milliseconds

<<111213