Home
last modified time | relevance | path

Searched refs:ProcessNodeMonitorEventsJob (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/package/
H A DRoot.cpp79 struct Root::ProcessNodeMonitorEventsJob : public VolumeJob { struct in Root
80 ProcessNodeMonitorEventsJob(Volume* volume, void (Root::*method)(Volume*)) in ProcessNodeMonitorEventsJob() argument
87 ~ProcessNodeMonitorEventsJob() in ~ProcessNodeMonitorEventsJob() argument
363 _QueueJob(new(std::nothrow) ProcessNodeMonitorEventsJob(volume, in VolumeNodeMonitorEventOccurred()
H A DRoot.h63 struct ProcessNodeMonitorEventsJob;