Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A D_spinlock_stub.c37 long _atomic_lock_stub(volatile long *);
41 __weak_reference(_atomic_lock_stub, _atomic_lock);
44 _atomic_lock_stub(volatile long *lck __unused) in _atomic_lock_stub() function