Searched refs:LOCKED (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/libcxxrt/
H A Dguard.cc74 static const uint32_t LOCKED = static_cast<guard_t>(1) << 31; variable
82 static const guard_t LOCKED = static_cast<guard_t>(1) << 63; variable
85 static const guard_t LOCKED = 1; variable
97 static const uint32_t LOCKED = static_cast<guard_lock_t>(1) << 31; variable
105 static const uint32_t LOCKED = 1; variable
134 INITIAL, LOCKED);
154 assert(old == LOCKED);
173 LOCKED, INITIAL);
184 old = LOCKED;
/freebsd-10-stable/usr.sbin/periodic/
H A Dperiodic.sh44 # in turn and reinvoke ourselves with the LOCKED argument. This prevents
48 if [ $1 != "LOCKED" ]; then
52 lockf -t 0 "${lockfile}" /bin/sh $0 LOCKED "$arg"
/freebsd-10-stable/sys/dev/oce/
H A Doce_if.h538 #define LOCKED(lock) mtx_owned(&(lock)->mutex) macro

Completed in 116 milliseconds