Searched refs:timeout (Results 151 - 175 of 490) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/app/
H A DMessagePrivate.h179 bigtime_t timeout, bool replyRequired, BMessenger &replyTo) const
182 timeout, replyRequired, replyTo);
210 int32 token, bigtime_t timeout)
213 port, token, timeout);
178 SendMessage(port_id port, team_id portOwner, int32 token, bigtime_t timeout, bool replyRequired, BMessenger &replyTo) const argument
209 SendFlattenedMessage(void *data, int32 size, port_id port, int32 token, bigtime_t timeout) argument
/haiku-fatelf/headers/private/kernel/
H A Dlow_resource_manager.h43 uint32 timeout);
/haiku-fatelf/headers/private/kernel/posix/
H A Drealtime_sem.h35 status_t _user_realtime_sem_wait(sem_id semID, bigtime_t timeout);
/haiku-fatelf/headers/private/userlandfs/private/
H A DPort.h45 bigtime_t timeout = -1);
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.h40 bigtime_t timeout,
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DAbstractConnection.h30 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku-fatelf/src/add-ons/kernel/generic/scsi_periph/
H A Dremovable.cpp48 backup_timeout = request->timeout;
61 request->timeout = backup_timeout;
97 request->timeout = device->std_timeout;
212 request->timeout = device->std_timeout;
218 // we don't want to poll; we give a long timeout instead
219 // (well - the default timeout _is_ large)
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd_mtftp.h42 int timeout; member in struct:mtftp_data
/haiku-fatelf/src/bin/network/wget/src/
H A Dconnect.c240 /* Like connect, but specifies a timeout. If connecting takes longer
246 double timeout)
253 if (run_with_timeout (timeout, connect_with_timeout_callback, &ctx))
504 /* Like a call to accept(), but with the added check for timeout.
637 MAXTIME seconds. Returns 1 if FD is available, 0 for timeout and
643 0-timeout-means-no-timeout semantics.) */
698 /* We got a timeout, it means we're still connected. */
741 sock_poll (int fd, double timeout, int wait_for)
743 return select_fd (fd, timeout, wait_fo
243 connect_with_timeout(int fd, const struct sockaddr *addr, socklen_t addrlen, double timeout) argument
736 sock_poll(int fd, double timeout, int wait_for) argument
841 poll_internal(int fd, struct transport_info *info, int wf, double timeout) argument
866 fd_read(int fd, char *buf, int bufsize, double timeout) argument
891 fd_peek(int fd, char *buf, int bufsize, double timeout) argument
909 fd_write(int fd, char *buf, int bufsize, double timeout) argument
[all...]
/haiku-fatelf/src/preferences/time/
H A Dntp.cpp164 struct timeval timeout; local
165 timeout.tv_sec = 3;
166 timeout.tv_usec = 0;
169 if (select(connection + 1, &waitForReceived, NULL, NULL, &timeout) <= 0) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/private/
H A DPort.h40 status_t Receive(bigtime_t timeout = -1);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DAbstractConnection.h30 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
H A D3-1.c12 * shall be terminated when the specified timeout expires.
58 struct timespec timeout, ts; local
70 timeout.tv_sec = currsec1.tv_sec + TIMEOUT;
71 timeout.tv_nsec = currsec1.tv_usec * 1000;
74 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout);
183 /* we expect rd_thread2 to block and timeout. */
203 "but the timeout is not correct: "
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D1-1.c12 * unlock the lock, this wait shall be terminate when the specified timeout expires.
57 struct timespec timeout; local
64 timeout.tv_sec = currsec1.tv_sec + TIMEOUT;
65 timeout.tv_nsec = currsec1.tv_usec * 1000;
68 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout);
173 /* we expect the thread to expire blocking after timeout*/
192 printf("Test FAILED: the timer expired and blocking was terminated, but the timeout is not correct: expected to wait for %d, but waited for %ld.%06ld\n", TIMEOUT, (long)time_diff.tv_sec, (long)time_diff.tv_usec);
196 printf("thread1 correctly expired at timeout.\n");
239 /* we expect thread2 to expire blocking after timeout */
257 printf("Test FAILED: for thread 2, the timer expired and waiter terminated, but the timeout i
[all...]
H A D3-1.c12 * unlock the lock, this wait shall be terminate when the specified timeout expires.
59 struct timespec timeout, ts; local
76 timeout.tv_sec = currsec1.tv_sec + TIMEOUT;
77 timeout.tv_nsec = currsec1.tv_usec * 1000;
80 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout);
196 /* we expect the thread to expire blocking after timeout*/
216 "was terminated, but the timeout is not correct: "
223 printf("thread1 correctly expired at timeout.\n");
267 /* we expect thread2 to expire blocking after timeout */
286 "and waiter terminated, but the timeout i
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dvip.c300 RADEON_VIPH_CONTROL_VIPH_DMA_MODE | RADEON_VIPH_CONTROL_VIPH_EN ); // slowest, timeout in 16 phases
313 RADEON_VIPH_CONTROL_VIPH_DMA_MODE | RADEON_VIPH_CONTROL_VIPH_EN ); // slowest, timeout in 16 phases
339 uint32 timeout; local
344 timeout = INREG( regs, RADEON_VIPH_TIMEOUT_STAT );
345 if( (timeout & RADEON_VIPH_TIMEOUT_STAT_VIPH_REG_STAT) != 0 )
348 (timeout & 0xffffff00) | RADEON_VIPH_TIMEOUT_STAT_VIPH_REG_AK);
357 uint32 timeout; local
359 timeout = INREG( regs, RADEON_VIPH_TIMEOUT_STAT);
360 if((timeout & 0x0000000f) & channel) /* lockup ?? */
362 OUTREG( regs, RADEON_VIPH_TIMEOUT_STAT, (timeout
[all...]
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dutility.h58 ssize_t fifo_dequeue_buffer(net_fifo* fifo, uint32 flags, bigtime_t timeout,
77 void store_syscall_restart_timeout(bigtime_t timeout);
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamFilterInterface.cpp123 CamFilterInterface::WaitFrame(bigtime_t timeout) argument
126 return fNextOfKin->WaitFrame(timeout);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dinput.c182 struct timeval timeout; local
193 timeout.tv_sec = 0;
194 timeout.tv_usec = _keyboard_input_timeout;
195 result = select (tty + 1, &readfds, (fd_set *)NULL, &exceptfds, &timeout);
286 Uses the value of _keyboard_input_timeout as the timeout; if another
287 readline function wants to specify a timeout and not leave it up to
295 struct timeval timeout; local
309 timeout.tv_sec = 0;
310 timeout.tv_usec = _keyboard_input_timeout;
311 return (select (tty + 1, &readfds, (fd_set *)NULL, &exceptfds, &timeout) >
[all...]
/haiku-fatelf/src/bin/network/telnet/
H A Dnetwork.c86 static struct timeval timeout = { 0, 0 }; local
93 value = select(net+1, (fd_set *)0, (fd_set *)0, &excepts, &timeout);
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DSMInvoker.h38 SMInvoker2(bool useMessage, bool useReplyTo, bigtime_t timeout);
52 SMInvoker3(bool useMessage, bool useReplyTo, bigtime_t timeout);
/haiku-fatelf/src/tools/fs_shell/
H A Dsem.cpp53 fssh_bigtime_t timeout)
55 return acquire_sem_etc(id, count, flags, timeout);
52 fssh_acquire_sem_etc(fssh_sem_id id, int32_t count, uint32_t flags, fssh_bigtime_t timeout) argument
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DTuner.cpp243 for (int timeout = 0; timeout < 10; timeout++) {
254 for (int timeout = 0; timeout < 10; timeout++) {
/haiku-fatelf/src/kits/app/
H A DMessenger.cpp241 BMessenger::LockTargetWithTimeout(bigtime_t timeout) const
248 status_t error = looper->LockWithTimeout(timeout);
293 available in the port or the specified timeout occurs (whichever happens
300 \param timeout A timeout for the delivery of the message.
305 - \c B_WOULD_BLOCK: A delivery timeout of 0 was supplied and the target
307 - \c B_TIMED_OUT: The timeout expired while trying to deliver the
312 bigtime_t timeout) const
318 error = SendMessage(message, replyMessenger, timeout);
332 available in the port or the specified timeout occur
[all...]
/haiku-fatelf/src/system/kernel/
H A Dcondition_variable.cpp115 ConditionVariableEntry::Wait(uint32 flags, bigtime_t timeout) argument
141 error = thread_block_with_timeout_locked(flags, timeout);
161 bigtime_t timeout)
164 return Wait(flags, timeout);
257 ConditionVariable::Wait(uint32 flags, bigtime_t timeout) argument
261 return entry.Wait(flags, timeout);
160 Wait(const void* object, uint32 flags, bigtime_t timeout) argument

Completed in 212 milliseconds

1234567891011>>