Home
last modified time | relevance | path

Searched defs:newl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c57 struct lwp *newl; in rumptest_threadjoin() local
91 struct lwp *newl; in rumptest_thread() local
H A Dbusypage.c66 struct lwp *newl; in rumptest_busypage() local
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong()
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong()
/freebsd/contrib/nvi/common/
H A Dscreen.h134 size_t *newl; /* Newline offset array. */ member
/freebsd/contrib/lua/src/
H A Dltests.c598 GCObject *newl, GCObject *survival, GCObject *old, GCObject *reallyold) { in checklist()