Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/libcxxrt/
HDguard.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); in __cxa_guard_acquire()
154 assert(old == LOCKED); in __cxa_guard_acquire()
173 LOCKED, INITIAL); in __cxa_guard_abort()
184 old = LOCKED; in __cxa_guard_release()
/NextBSD/usr.sbin/periodic/
HDperiodic.sh52 lockf -t 0 "${lockfile}" /bin/sh $0 LOCKED "$arg"
/NextBSD/sys/dev/oce/
HDoce_if.h540 #define LOCKED(lock) mtx_owned(&(lock)->mutex) macro
/NextBSD/crypto/openssh/
HDsshd.0189 Tru64, a leading `*LOCKED*' on FreeBSD and a leading `!' on most
HDconfigure.ac777 AC_DEFINE([LOCKED_PASSWD_PREFIX], ["*LOCKED*"], [Account locked with pw(1)])