Home
last modified time | relevance | path

Searched full:unlocked (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/freebsd/contrib/ntp/html/drivers/
H A Ddriver11.html30 i = synchronization flag (' ' = locked, '?' = unlocked)
41 4       clock unlocked, accuracy < 1 us
42 5       clock unlocked, accuracy < 10 us
43 6       clock unlocked, accuracy < 100 us
44 7       clock unlocked, accuracy < 1 ms
45 8       clock unlocked, accuracy < 10 ms
46 9       clock unlocked, accuracy < 100 ms
47 A       clock unlocked, accuracy < 1 s
48 B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clock unlocked, accuracy &lt; 10 s</pre>
H A Ddriver5.html40 <dd>? receiver is unlocked<br>
55 … interval down from 4h (04) to 1h (01), so the receiver declares itself unlocked sooner. When in …
/freebsd/lib/libsys/
H A Dlockf.349 either return an error value or block until the section becomes unlocked.
92 unlocked.
93 The section to be locked or unlocked starts at the current
134 Locked sections will be unlocked starting
140 unlocked falls within a locked section), the remaining portions of
165 locked region is unlocked would cause a deadlock and fails with an
H A D_umtx_op.2102 The mutex is in unlocked state.
298 A non-zero value indicates an unlocked (posted) semaphore, while zero
485 Every mutex in both lists is unlocked as if the
695 after which the umutex is unlocked.
732 mutex is unlocked (following the appropriate protocol), and
939 to be unlocked.
1031 Check if a normal umutex is unlocked and wake up a waiter.
1065 Check if a umutex is unlocked and wake up a waiter.
1255 or might have been just unlocked.
H A Dmlockall.250 address space of a process until the address space is unlocked, the
94 succeeded and all pages in the range have either been locked or unlocked.
H A Dmlock.270 nor address-translation fault until they are unlocked.
111 If the call succeeds, all pages in the range become locked (unlocked);
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp108 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; in tryLock()
112 return atomic_compare_exchange_strong(&M, Unlocked, Locked, in lockSlow()
113 memory_order_acquire) == Unlocked; in lockSlow()
118 u32 V = atomic_compare_exchange_strong(&M, Unlocked, Locked, in lockSlow()
120 if (V == Unlocked) in lockSlow()
124 while (V != Unlocked) { in unlock()
133 atomic_store(&M, Unlocked, memory_order_release); in assertHeldImpl()
140 CHECK(atomic_load(&M, memory_order_acquire) != Unlocked); in getMonotonicTime()
103 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; global() enumerator
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arbiter.c40 * i = synchronization flag (' ' = locked, '?' = unlocked)
57 * 4 clock unlocked, accuracy < 1 us
58 * 5 clock unlocked, accuracy < 10 us
59 * 6 clock unlocked, accuracy < 100 us
60 * 7 clock unlocked, accuracy < 1 ms
61 * 8 clock unlocked, accuracy < 10 ms
62 * 9 clock unlocked, accuracy < 100 ms
63 * A clock unlocked, accuracy < 1 s
64 * B clock unlocked, accuracy < 10 s
/freebsd/share/man/man9/
H A Dvrele.958 function takes an unlocked vnode and returns with the vnode unlocked.
62 function should be given a locked vnode as argument, the vnode is unlocked
H A Dpget.953 case, it is returned unlocked (but held).
66 If set, the found process will be held and unlocked.
H A DVOP_COPY_FILE_RANGE.9114 The vnode are unlocked on entry and must be unlocked on return.
H A Dmi_switch.9152 It may be unlocked as part of the context switch.
155 with their thread lock unlocked.
H A Drmlock.9253 lock must be unlocked.
345 lock must be unlocked.
H A Dlock.9244 is currently owned and not recursed, and will return it unlocked.
452 and will be returned unlocked.
/freebsd/sbin/ipf/ipfs/
H A Dipfs.896 operation and unlocked once complete.
104 operation and unlocked once complete.
/freebsd/sys/compat/linux/
H A Dcheck_internal_locks.d32 * - no unlocking of already unlocked one
65 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp37 Unlocked, enumerator
47 static LockState getUnlocked() { return LockState(Unlocked); } in getUnlocked()
59 bool isUnlocked() const { return K == Unlocked; } in isUnlocked()
353 Out << ": unlocked"; in printState()
359 Out << ": unlocked, possibly destroyed"; in printState()
523 "This lock has already been unlocked"); in ReleaseLockAux()
688 // It is tricky though: even if the mutex cannot be unlocked anymore, in checkDeadSymbols()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_brng.c86 * has already been performed. The root BRNG is unlocked on return.
227 * 'rng' is locked on entry and unlocked on return.
249 * BRNG is locked on entry. It is unlocked on return.
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent.c192 #define UNLOCKED(stmt) \ in bufferevent_run_deferred_callbacks_unlocked() macro
202 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
208 UNLOCKED(readcb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
215 UNLOCKED(writecb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
225 UNLOCKED(errorcb(bufev,what,cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
228 #undef UNLOCKED in bufferevent_run_deferred_callbacks_unlocked()
/freebsd/contrib/libevent/
H A Dbufferevent.c192 #define UNLOCKED(stmt) \ in bufferevent_run_deferred_callbacks_unlocked() macro
202 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
208 UNLOCKED(readcb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
215 UNLOCKED(writecb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
225 UNLOCKED(errorcb(bufev,what,cbarg)); in bufferevent_run_deferred_callbacks_unlocked()
228 #undef UNLOCKED in bufferevent_run_deferred_callbacks_unlocked()
/freebsd/contrib/bc/include/
H A Dstatus.h706 /// Assert that signals are unlocked. There are non-async-signal-safe functions
709 /// (no-op in non-debug mode) that check that signals are unlocked.
725 /// Assert that signals are unlocked. There are non-async-signal-safe functions
728 /// (no-op in non-debug mode) that check that signals are unlocked.
763 /// Unlocks signals, regardless of if they were already unlocked. If a signal
787 * Restores the previous state of a signal lock, and if it is now unlocked,
/freebsd/sys/kern/
H A Dvfs_extattr.c154 * VFS_EXTATTRCTL will have unlocked, but not de-ref'd, filename_vp, in sys_extattrctl()
165 * Arguments: unlocked vnode "vp", attribute namespace "attrnamespace",
342 * Arguments: unlocked vnode "vp", attribute namespace "attrnamespace",
529 * Arguments: unlocked vnode "vp", attribute namespace "attrnamespace",
678 * Arguments: unlocked vnode "vp", attribute namespace 'attrnamespace",
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1113 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; in FTN_INIT_LOCK_WITH_HINT()
1120 *((kmp_stub_lock_t *)user_lock) = UNLOCKED;
1133 *((kmp_stub_lock_t *)user_lock) = UNLOCKED;
1147 *((kmp_stub_lock_t *)user_lock) = UNLOCKED;
1160 *((kmp_stub_lock_t *)user_lock) = UNLOCKED;
1199 if (*((kmp_stub_lock_t *)user_lock) != UNLOCKED) { in KMP_EXPAND_NAME()
1232 if (*((kmp_stub_lock_t *)user_lock) == UNLOCKED) { in KMP_EXPAND_NAME()
1235 *((kmp_stub_lock_t *)user_lock) = UNLOCKED;
1250 if (*((kmp_stub_lock_t *)user_lock) == UNLOCKED) { in KMP_EXPAND_NAME()
1104 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; global() enumerator
/freebsd/tools/test/stress2/misc/
H A Dfullpath2.sh33 # vp->v_mount->mnt_vnodecovered unlocked. This allowed unmount to race.
35 # explanation why unlocked check for the flag is considered safe.
H A Dzz-combo04.sh30 # "panic: vm_page_dequeue: queued unlocked page

12345678910>>...14