看板 DFBSD_commit 關於我們 聯絡資訊
commit 57f5048a4cafdfe457dd798dcbba7ee993b542c4 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jun 5 15:56:24 2010 -0700 kernel - add short-form mutex calls * Add short-form calls mtx_lock() and mtx_spinlock() which get a mutex exclusively and omit extranious arguments. Summary of changes: sys/sys/mutex2.h | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/57f5048a4cafdfe457dd798dcbba7ee993b542c4 -- DragonFly BSD source repository