Searched refs:timeout (Results 1 - 25 of 412) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php71 // timeout before the demo session is killed, as argument to /bin/sleep
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh362 do_notify 1.0 "Done!" --timeout 3
/haiku/headers/build/os/support/
H A DLocker.h23 status_t LockWithTimeout(bigtime_t timeout);
39 bool AcquireLock(bigtime_t timeout, status_t* error);
/haiku/headers/os/app/
H A DHandler.h54 status_t LockLooperWithTimeout(bigtime_t timeout);
H A DInvoker.h47 status_t SetTimeout(bigtime_t timeout);
H A DLooper.h78 status_t LockWithTimeout(bigtime_t timeout);
135 bigtime_t timeout);
138 bigtime_t timeout);
146 bigtime_t timeout = B_INFINITE_TIMEOUT);
148 bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DMessenger.h38 bigtime_t timeout) const;
46 bigtime_t timeout
50 bigtime_t timeout
H A DNotification.h74 status_t Send(bigtime_t timeout = -1);
/haiku/headers/os/device/
H A Dscsi.h162 bigtime_t timeout; member in struct:__anon202
/haiku/headers/os/drivers/bus/
H A DSCSI.h130 bigtime_t timeout; // timeout - 0 = use default member in struct:scsi_ccb
177 #define SCSI_SEL_TIMEOUT 0x0A /* Target selection timeout */
178 #define SCSI_CMD_TIMEOUT 0x0B /* Command timeout */
/haiku/headers/os/interface/
H A DScreen.h37 status_t WaitForRetrace(bigtime_t timeout);
/haiku/headers/os/media/
H A DBufferGroup.h34 bigtime_t timeout = B_INFINITE_TIMEOUT);
36 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku/headers/os/net/
H A DAbstractSocket.h31 bigtime_t timeout = B_INFINITE_TIMEOUT) = 0;
35 virtual status_t SetTimeout(bigtime_t timeout);
43 virtual status_t WaitForReadable(bigtime_t timeout
45 virtual status_t WaitForWritable(bigtime_t timeout
54 bigtime_t timeout = B_INFINITE_TIMEOUT);
61 status_t _WaitFor(int flags, bigtime_t timeout) const;
H A DDatagramSocket.h16 bigtime_t timeout = -1);
23 bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DNetEndpoint.h51 virtual BNetEndpoint* Accept(int32 timeout = -1);
73 virtual bool IsDataPending(bigtime_t timeout = 0);
H A DProxySecureSocket.h17 bigtime_t timeout = B_INFINITE_TIMEOUT);
24 bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DSecureSocket.h19 bigtime_t timeout = B_INFINITE_TIMEOUT);
33 bigtime_t timeout = B_INFINITE_TIMEOUT);
36 virtual status_t WaitForReadable(bigtime_t timeout
H A DSocket.h16 bigtime_t timeout = B_INFINITE_TIMEOUT);
26 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku/headers/os/support/
H A DLocker.h23 status_t LockWithTimeout(bigtime_t timeout);
39 bool AcquireLock(bigtime_t timeout, status_t* error);
/haiku/headers/posix/sys/
H A Dselect.h62 struct fd_set *errorBits, const struct timespec *timeout, const sigset_t *sigMask);
64 struct fd_set *errorBits, struct timeval *timeout);
/haiku/headers/private/app/
H A DLinkReceiver.h32 status_t GetNextMessage(int32& code, bigtime_t timeout = B_INFINITE_TIMEOUT);
48 virtual status_t ReadFromPort(bigtime_t timeout);
49 virtual status_t AdjustReplyBuffer(bigtime_t timeout);
H A DLinkSender.h34 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT, bool needsReply = false);
H A DMessagePrivate.h181 bigtime_t timeout, bool replyRequired, BMessenger &replyTo) const
184 timeout, replyRequired, replyTo);
212 int32 token, bigtime_t timeout)
215 port, token, timeout);
180 SendMessage(port_id port, team_id portOwner, int32 token, bigtime_t timeout, bool replyRequired, BMessenger &replyTo) const argument
211 SendFlattenedMessage(void *data, int32 size, port_id port, int32 token, bigtime_t timeout) argument
H A DServerLink.h53 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT,
71 bigtime_t timeout = B_INFINITE_TIMEOUT);
151 ServerLink::Flush(bigtime_t timeout, bool needsReply) argument
153 return fSender->Flush(timeout, needsReply);
196 ServerLink::GetNextMessage(int32& code, bigtime_t timeout) argument
198 return fReceiver->GetNextMessage(code, timeout);
/haiku/headers/private/firewire/
H A Dfirewirereg.h215 void (*timeout) (void *); member in struct:firewire_comm

Completed in 318 milliseconds

1234567891011>>