[DragonFlyBSD - Submit #3137] (Closed) Add mtx version of cv_timedwait(9)

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sat Jun 30 07:53:01 PDT 2018


Issue #3137 has been updated by tkusumi.

Status changed from New to Closed

https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3426d2c2fbeac9a3dbd8dbb031afd28623ead0fa

----------------------------------------
Submit #3137: Add mtx version of cv_timedwait(9)
http://bugs.dragonflybsd.org/issues/3137#change-13456

* Author: tkusumi
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
Matt,

Is this good ?
https://github.com/kusumi/DragonFlyBSD/commit/d94ca245d698abf54593833415c721af9d65f11d

The only difference from _cv_timedwait() is this one uses mtx instead of lockmgr,
i.e. uses mtxsleep(9) instead of lksleep(9).



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account


More information about the Submit mailing list