Searched refs:low_resource_func (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp36 low_resource_func function;
439 unregister_low_resource_handler(low_resource_func function, void* data)
465 register_low_resource_handler(low_resource_func function, void* data,
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlow_resource_manager.cpp28 register_low_resource_handler(low_resource_func function, void *data,
36 unregister_low_resource_handler(low_resource_func function, void *data)
/haiku/headers/private/kernel/
H A Dlow_resource_manager.h33 typedef void (*low_resource_func)(void *data, uint32 resources, int32 level); typedef
46 status_t register_low_resource_handler(low_resource_func function, void *data,
48 status_t unregister_low_resource_handler(low_resource_func function,

Completed in 56 milliseconds