Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dlock.c103 static void lock_obtained PROTO((char *repository));
512 lock_obtained (wait_repos);
751 lock_obtained (lock->repository);
846 lock_obtained (repos) in lock_obtained() function
H A DChangeLog-961868 * lock.c (lock_wait, lock_obtained): Call cvs_flusherr.
2328 then call lock_obtained when we get it.
2330 (lock_obtained): New static function.
H A DChangeLog2666 * lock.c (lock_wait, lock_obtained): Use sprintf.
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_reset.c417 bool lock_obtained, lock_to_other = false; in gen11_lock_sfc() local
488 lock_obtained = (intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & in gen11_lock_sfc()
490 if (lock_obtained == lock_to_other) in gen11_lock_sfc()