Searched refs:Wait (Results 26 - 50 of 71) sorted by relevance

123

/haiku/src/system/kernel/
H A Dkernel_daemon.cpp125 fUnregisterCondition.Wait(locker.Get());
H A Dlow_resource_manager.cpp376 sLowResourceWaiterCondition.Wait(flags, timeout);
H A Dport.cpp715 status_t status = entry.Wait(flags, timeout);
1364 status_t status = entry.Wait(flags, timeout);
1473 status_t status = entry.Wait(flags, timeout);
1604 status = entry.Wait(flags, timeout);
H A Dsyscalls.cpp301 // Wait until the syscall isn't in use anymore
307 entry.Wait();
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp449 iii. Wait for FDI training pattern 1 time
452 vi. Wait for FDI training pattern 2 time
456 ix. Wait for FDI idle pattern time for link to become active
467 12. Wait for panel power sequencing to reach enabled steady state
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon18
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp239 entry.Wait();
261 entry.Wait();
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp246 entry.Wait();
268 entry.Wait();
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp241 entry.Wait();
263 entry.Wait();
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp336 return waiter.Wait(flags, timeout);
585 error = waiter.Wait(toFlags, timeout);
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp113 return queueEntry->Wait(B_CAN_INTERRUPT);
128 queueEntry->Wait(B_RELATIVE_TIMEOUT, 0);
H A Dxsi_semaphore.cpp131 queueEntry->Wait(B_RELATIVE_TIMEOUT, 0);
1138 result = queueEntry.Wait(B_CAN_INTERRUPT);
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp425 status = request.Wait(0, 0);
453 status = request.Wait(0, 0);
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp201 status_t status = variableEntry.Wait(&bus->readwait,
242 err = variableEntry.Wait(&bus->busy, B_RELATIVE_TIMEOUT,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp213 if (entry.Wait(B_RELATIVE_TIMEOUT, 1 * 1000 * 1000) == B_TIMED_OUT)
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h91 status_t Wait(uint8 setBits, uint8 clearedBits,
/haiku/src/system/kernel/device_manager/
H A DIORequest.h249 status_t Wait(uint32 flags = 0, bigtime_t timeout = 0);
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIController.cpp240 result = fInterruptConditionEntry.Wait(B_RELATIVE_TIMEOUT,
/haiku/src/apps/showimage/
H A DFilter.cpp150 Wait();
155 Filter::Wait() function in class:Filter
171 Wait();
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp388 RequestOwner::Wait(bool interruptable, bigtime_t timeout) function in class:RequestOwner
390 TRACE(("%p->RequestOwner::Wait(%d)\n", this, interruptable));
413 TRACE(("%p->RequestOwner::Wait(): waiting for condition...\n", this));
415 error = entry.Wait(
419 TRACE(("%p->RequestOwner::Wait(): condition occurred: %" B_PRIx32 "\n",
593 status_t status = fRequestOwner.Wait(true);
596 // RequestOwner::Wait() returns the error, but to avoid a race condition
702 status = fRequestOwner.Wait(true, timeout);
1517 requestOwner.Wait(false);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp432 lineLocker->Wait(fLock);
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp468 entry.Wait();
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp1030 status = request.Wait(0, 0);
1060 status = request.Wait(0, 0);
/haiku/src/system/kernel/slab/
H A DSlab.cpp923 resizeEntry->condition.Wait(&cache->lock);
1070 sMaintenanceCondition.Wait(locker.Get());
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp1244 status = request.Wait(0, 0);
1245 dprintf("dma_test_read(): request.Wait() returned: %s\n", strerror(status));
1276 status = request.Wait(0, 0);
1277 dprintf("dma_test_write(): request.Wait() returned: %s\n",

Completed in 542 milliseconds

123