Searched defs:timeout (Results 76 - 100 of 239) sorted by relevance

12345678910

/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp79 status_t LockOnInit(bigtime_t timeout) argument
/haiku/src/servers/app/drawing/
H A DBitmapHWInterface.cpp149 BitmapHWInterface::WaitForRetrace(bigtime_t timeout) argument
/haiku/src/add-ons/accelerants/common/
H A Di2c.c94 wait_for_clk(const i2c_bus *bus, bigtime_t timeout) argument
172 send_bit(const i2c_bus *bus, uint8 bit, int timeout) argument
301 receive_bit(const i2c_bus *bus, bool *bit, int timeout) argument
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp120 const bigtime_t timeout = 100; local
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp62 bigtime_t timeout = B_INFINITE_TIMEOUT; local
/haiku/headers/private/kernel/
H A Dlock.h259 mutex_lock_with_timeout(mutex* lock, uint32 timeoutFlags, bigtime_t timeout) argument
198 rw_lock_read_lock_with_timeout(rw_lock* lock, uint32 timeoutFlags, bigtime_t timeout) argument
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp93 ConditionVariableEntry::Wait(uint32 flags, bigtime_t timeout) argument
203 ConditionVariable::Wait(uint32 flags, bigtime_t timeout) argument
117 Wait(const void* object, uint32 flags, bigtime_t timeout) argument
H A Dlock.cpp372 _rw_lock_read_lock_with_timeout(rw_lock* lock, uint32 timeoutFlags, bigtime_t timeout) argument
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp213 const bigtime_t timeout = 2000000; local
375 standard_command_timeout(ps2_dev* dev, uint8 cmd, const uint8* out, int out_count, uint8* in, int in_count, bigtime_t timeout) argument
510 ps2_dev_command_timeout(ps2_dev* dev, uint8 cmd, const uint8* out, int out_count, uint8* in, int in_count, bigtime_t timeout) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp129 RequestAllocator::ReadRequest(bigtime_t timeout) argument
/haiku/src/system/kernel/arch/arm/
H A Dsoc_pxa.cpp77 PXATimer::SetTimeout(bigtime_t timeout) argument
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c603 uint32 timeout = 0; local
H A Dcrtc2.c585 uint32 timeout = 0; local
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc2.c585 uint32 timeout = 0; local
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.cpp324 timeval timeout; local
419 bigtime_t timeout = system_time() + kRequestTimeout; local
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c47 bigtime_t timeout; member in struct:_i2c_bus
57 i2c_create_bus(void *cookie, int frequency, bigtime_t timeout, i2c_set_scl set_scl, i2c_set_sda set_sda, i2c_get_scl get_scl, i2c_get_sda get_sda) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDeframer.cpp117 CamDeframer::WaitFrame(bigtime_t timeout) argument
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp189 GenericThread::Pause(bool doBlock, bigtime_t timeout) argument
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp43 int32 timeout; member in struct:TimeoutOption
64 get_index_for_timeout(int32 timeout) argument
90 get_label_for_timeout(int32 timeout) argument
145 int32 timeout = get_timeout_for_index(sliderValue); local
192 int32 timeout; local
253 _GetTimeoutLabel(int32 timeout, BString& label) argument
[all...]
/haiku/src/kits/app/
H A DLinkSender.cpp296 LinkSender::Flush(bigtime_t timeout, bool needsReply) argument
H A DLinkReceiver.cpp76 LinkReceiver::GetNextMessage(int32 &code, bigtime_t timeout) argument
163 LinkReceiver::AdjustReplyBuffer(bigtime_t timeout) argument
218 LinkReceiver::ReadFromPort(bigtime_t timeout) argument
/haiku/src/apps/expander/
H A DGenericThread.cpp181 GenericThread::Pause(bool shouldBlock, bigtime_t timeout) argument
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp153 BSocketMessenger::SetTo(const BNetworkAddress& address, bigtime_t timeout) argument
175 BSocketMessenger::SetTo(const BSocketMessenger& target, bigtime_t timeout) argument
87 BSocketMessenger(const BNetworkAddress& address, bigtime_t timeout) argument
189 SendMessage(const BMessage& message, BMessage& _reply, bigtime_t timeout) argument
204 SendMessage(const BMessage& message, BMessenger& replyTarget, bigtime_t timeout) argument
230 ReceiveMessage(BMessage& _message, bigtime_t timeout) argument
284 _WaitForMessage(bigtime_t timeout) argument
363 _ReadReply(const int64 replyID, BMessage& reply, bigtime_t timeout) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c382 uint32 timeout = 0; local
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv.c107 ar9300_stop_dma_receive(struct ath_hal *ah, u_int timeout) argument

Completed in 237 milliseconds

12345678910