Searched hist:177843 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Drwlock.hdiff 177843 Tue Apr 01 20:31:55 MDT 2008 attilio Add rw_try_rlock() and rw_try_wlock() to rwlocks.
These functions try the specified operation (rlocking and wlocking) and
true is returned if the operation completes, false otherwise.

The KPI is enriched by this commit, so __FreeBSD_version bumping and
manpage updating will happen soon.

Requested by: jeff, kris
/freebsd-11.0-release/sys/kern/
H A Dkern_rwlock.cdiff 177843 Tue Apr 01 20:31:55 MDT 2008 attilio Add rw_try_rlock() and rw_try_wlock() to rwlocks.
These functions try the specified operation (rlocking and wlocking) and
true is returned if the operation completes, false otherwise.

The KPI is enriched by this commit, so __FreeBSD_version bumping and
manpage updating will happen soon.

Requested by: jeff, kris

Completed in 66 milliseconds