Searched refs:NotifyAll (Results 1 - 25 of 46) sorted by relevance

12

/haiku/src/libs/compat/freebsd_network/
H A Dsynch.cpp33 ConditionVariable::NotifyAll(identifier, B_OK);
H A Dcondvar.cpp28 __cv_ConditionVariable(variable)->NotifyAll();
/haiku/headers/private/kernel/
H A Dcondition_variable.h62 inline int32 NotifyAll(status_t result = B_OK);
65 static int32 NotifyAll(const void* object, status_t result);
113 ConditionVariable::NotifyAll(status_t result) function in class:ConditionVariable
/haiku/src/system/kernel/
H A DDPC.cpp155 fPendingCallbacksCondition.NotifyAll();
180 fPendingCallbacksCondition.NotifyAll();
304 doneCondition->NotifyAll();
H A Dkernel_daemon.cpp228 fUnregisterCondition.NotifyAll();
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp378 fReadCondition.NotifyAll();
379 fWriteCondition.NotifyAll();
409 fReadCondition.NotifyAll();
415 fWriteCondition.NotifyAll();
460 fWriteCondition.NotifyAll();
466 fReadCondition.NotifyAll();
515 fWriteCondition.NotifyAll();
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp116 fNewRequestCondition.NotifyAll();
117 fFinishedOperationCondition.NotifyAll();
118 fFinishedRequestCondition.NotifyAll();
270 fNewRequestCondition.NotifyAll();
297 fFinishedOperationCondition.NotifyAll();
381 fFinishedRequestCondition.NotifyAll();
H A DIOCache.cpp210 ((Operation*)operation)->finishedCondition.NotifyAll(
213 ((Operation*)operation)->finishedCondition.NotifyAll(status);
502 operation.finishedCondition.NotifyAll(error);
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp157 fInterruptCondition.NotifyAll();
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp218 device->fConfigCondition.NotifyAll();
229 device->fQueueCondition.NotifyAll();
/haiku/src/system/kernel/events/
H A Devent_queue.cpp207 fQueueCondition.NotifyAll(B_FILE_ERROR);
264 fEventCondition.NotifyAll();
271 fEventCondition.NotifyAll();
317 fEventCondition.NotifyAll();
373 fQueueCondition.NotifyAll();
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp280 fFreeSlotCondition.NotifyAll();
282 fFreeSlotCondition.NotifyAll();
297 fFreeSlotCondition.NotifyAll();
299 fFreeSlotCondition.NotifyAll();
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp287 fFreeSlotCondition.NotifyAll();
289 fFreeSlotCondition.NotifyAll();
304 fFreeSlotCondition.NotifyAll();
306 fFreeSlotCondition.NotifyAll();
/haiku/src/system/kernel/vm/
H A DVMArea.cpp109 waiter->condition.NotifyAll();
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp282 fFreeSlotCondition.NotifyAll();
284 fFreeSlotCondition.NotifyAll();
299 fFreeSlotCondition.NotifyAll();
301 fFreeSlotCondition.NotifyAll();
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp221 fWaitingToReceive.NotifyAll();
361 fWaitingToReceive.NotifyAll(EIDRM);
362 fWaitingToSend.NotifyAll(EIDRM);
H A Dxsi_semaphore.cpp100 fWaitingToIncrease.NotifyAll(EIDRM);
101 fWaitingToBeZero.NotifyAll(EIDRM);
185 fWaitingToBeZero.NotifyAll();
187 fWaitingToIncrease.NotifyAll();
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp79 ConditionVariable::NotifyAll(&bus->readwait, B_OK);
81 ConditionVariable::NotifyAll(&bus->writewait, B_OK);
84 ConditionVariable::NotifyAll(&bus->busy, B_OK);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp206 request->fEvent.NotifyAll();
297 req->fEvent.NotifyAll();
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.cpp159 fConditionVariable.NotifyAll();
/haiku/src/system/kernel/slab/
H A DSlab.cpp847 sMaintenanceCondition.NotifyAll();
886 sMaintenanceCondition.NotifyAll();
940 resizeEntry->condition.NotifyAll();
952 resizeEntry->condition.NotifyAll();
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp88 sALSCondition.NotifyAll();
/haiku/src/system/kernel/fs/
H A Dfifo.cpp569 fWriteCondition.NotifyAll();
623 fWriteCondition.NotifyAll();
650 fWriteCondition.NotifyAll();
685 fWriteCondition.NotifyAll(B_FILE_ERROR);
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp256 sBatteryCondition.NotifyAll();
474 sBatteryCondition.NotifyAll();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp297 fNoMemoryCondition.NotifyAll();

Completed in 247 milliseconds

12