Searched refs:_prio (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/devd/
H A Ddevd.hh135 int get_priority() const { return (_prio); }
136 void set_priority(int prio) { _prio = prio; }
141 int _prio; member in struct:event_proc
H A Ddevd.cc176 event_proc::event_proc() : _prio(-1)

Completed in 55 milliseconds