Searched refs:nlock (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/libgomp/
H A Dcritical.c72 gomp_mutex_t *nlock = gomp_malloc (sizeof (gomp_mutex_t)); local
73 gomp_mutex_init (nlock);
75 plock = __sync_val_compare_and_swap (pptr, NULL, nlock);
78 gomp_mutex_destroy (nlock);
79 free (nlock);
82 plock = nlock;
/freebsd-11.0-release/usr.sbin/kbdcontrol/
H A Dlex.l51 nlock { return TNLK; }
/freebsd-11.0-release/sys/kern/
H A Dkern_lockf.c779 struct lockf_entry *lock, *nlock; local
799 LIST_FOREACH_SAFE(lock, &state->ls_pending, lf_link, nlock) {
836 LIST_FOREACH_SAFE(lock, &state->ls_active, lf_link, nlock) {
H A Dvfs_bio.c1314 struct mtx *olock, *nlock; local
1334 nlock = bqlock(qindex);
1339 if (olock != nlock) {
1341 mtx_lock(nlock);
1344 mtx_lock(nlock);
1357 mtx_unlock(nlock);

Completed in 111 milliseconds