Home
last modified time | relevance | path

Searched defs:Monitor (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d223 struct Monitor struct
225 IMonitor impl; // for user-level monitors argument
233 @property ref shared(Monitor*) monitor(return scope Object h) pure nothrow @nogc in shared() argument
238 private shared(Monitor)* getMonitor(Object h) pure @nogc in shared() argument
250 shared(Monitor)* ensureMonitor(Object h) in shared() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d239 struct Monitor struct
241 IMonitor impl; // for user-level monitors argument
249 @property ref shared(Monitor*) monitor(Object h) pure nothrow @nogc in shared() argument
254 private shared(Monitor)* getMonitor(Object h) pure @nogc in shared() argument
266 shared(Monitor)* ensureMonitor(Object h) in shared() argument
/netbsd-src/games/hunt/huntd/
H A Dextern.c63 PLAYER Monitor[MAXMON]; /* all the monitors */ variable