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

12

/haiku-fatelf/headers/private/kernel/
H A Dcondition_variable.h63 inline void NotifyAll(bool schedulerLocked = false,
69 static void NotifyAll(const void* object,
134 ConditionVariable::NotifyAll(bool schedulerLocked, status_t result) function in class:ConditionVariable
/haiku-fatelf/src/system/kernel/
H A DDPC.cpp155 fPendingCallbacksCondition.NotifyAll();
177 fPendingCallbacksCondition.NotifyAll(schedulerLocked);
301 doneCondition->NotifyAll();
H A Dcondition_variable.cpp280 ConditionVariable::NotifyAll(const void* object, bool schedulerLocked, function in class:ConditionVariable
289 variable->NotifyAll(schedulerLocked, result);
H A Dport.cpp532 sNoSpaceCondition.NotifyAll();
632 sNoSpaceCondition.NotifyAll();
687 port->read_condition.NotifyAll(false, B_BAD_PORT_ID);
688 port->write_condition.NotifyAll(false, B_BAD_PORT_ID);
893 port->read_condition.NotifyAll(false, B_BAD_PORT_ID);
894 port->write_condition.NotifyAll(false, B_BAD_PORT_ID);
H A Dkernel_daemon.cpp241 fUnregisterCondition.NotifyAll();
H A Dlow_resource_manager.cpp273 sLowResourceWaiterCondition.NotifyAll();
H A Dsyscalls.cpp160 syscall->unused_condition.NotifyAll();
/haiku-fatelf/src/libs/compat/freebsd_network/
H A DCondvar.cpp80 ConditionVariable::NotifyAll(waitChannel);
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp301 fReadCondition.NotifyAll();
302 fWriteCondition.NotifyAll();
331 fReadCondition.NotifyAll();
337 fWriteCondition.NotifyAll();
379 fWriteCondition.NotifyAll();
385 fReadCondition.NotifyAll();
434 fWriteCondition.NotifyAll();
/haiku-fatelf/src/servers/midi/
H A DMidiServerApp.h91 void NotifyAll(BMessage* msg, app_t* except);
H A DMidiServerApp.cpp271 NotifyAll(&notify, app);
334 NotifyAll(&notify, app);
401 NotifyAll(&notify, endp->app);
425 NotifyAll(&notify, app);
546 MidiServerApp::NotifyAll(BMessage* msg, app_t* except) function in class:MidiServerApp
/haiku-fatelf/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp117 fNewRequestCondition.NotifyAll();
118 fFinishedOperationCondition.NotifyAll();
119 fFinishedRequestCondition.NotifyAll();
271 fNewRequestCondition.NotifyAll();
304 fFinishedOperationCondition.NotifyAll();
395 fFinishedRequestCondition.NotifyAll();
H A DIOCache.cpp208 ((Operation*)operation)->finishedCondition.NotifyAll(false,
211 ((Operation*)operation)->finishedCondition.NotifyAll(false, status);
501 operation.finishedCondition.NotifyAll(false, error);
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DBeOSCompatibility.h143 void NotifyAll() function in class:ConditionVariable
H A DPhysicalMemoryAllocator.cpp303 fNoMemoryCondition.NotifyAll();
/haiku-fatelf/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp285 fFreeSlotCondition.NotifyAll();
287 fFreeSlotCondition.NotifyAll();
302 fFreeSlotCondition.NotifyAll();
304 fFreeSlotCondition.NotifyAll();
/haiku-fatelf/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp286 fFreeSlotCondition.NotifyAll();
288 fFreeSlotCondition.NotifyAll();
303 fFreeSlotCondition.NotifyAll();
305 fFreeSlotCondition.NotifyAll();
/haiku-fatelf/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp284 fFreeSlotCondition.NotifyAll();
286 fFreeSlotCondition.NotifyAll();
301 fFreeSlotCondition.NotifyAll();
303 fFreeSlotCondition.NotifyAll();
/haiku-fatelf/src/system/kernel/vm/
H A DVMArea.cpp125 waiter->condition.NotifyAll();
/haiku-fatelf/src/add-ons/kernel/drivers/power/enhanced_speedstep/
H A Denhanced_speedstep.cpp135 sFrequencyCondition.NotifyAll();
154 sFrequencyCondition.NotifyAll();
/haiku-fatelf/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp223 sBatteryCondition.NotifyAll();
386 sBatteryCondition.NotifyAll();
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDReport.cpp166 fConditionVariable.NotifyAll();
/haiku-fatelf/src/system/kernel/fs/
H A Dfifo.cpp546 fWriteCondition.NotifyAll();
599 fWriteCondition.NotifyAll();
628 fWriteCondition.NotifyAll();
660 fWriteCondition.NotifyAll(B_FILE_ERROR);
/haiku-fatelf/src/system/kernel/slab/
H A DSlab.cpp847 sMaintenanceCondition.NotifyAll();
886 sMaintenanceCondition.NotifyAll();
945 resizeEntry->condition.NotifyAll();
957 resizeEntry->condition.NotifyAll();
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dutility.cpp488 sWaitForTimerCondition.NotifyAll();

Completed in 251 milliseconds

12