Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



> Module Name:  src
> Committed By: erh
> Date:         Sun Mar 26 20:19:52 UTC 2006
> 
> Modified Files:
>       src/sys/kern: kern_lock.c
>       src/sys/sys: lock.h sched.h
> 
> Log Message:
> Add simple_lock_assert_locked/simple_lock_assert_unlocked to provide 
> additional
> useful information when panic'ing because the assertion fails.
> Use these to define the SCHED_ASSERT_LOCKED/SCHED_ASSERT_UNLOCKED macros.

i'm not sure if it's a good idea.

if you want more descriptive panic messages,
something like freebsd's KASSERT is better than
these simplelock-specific ones, IMO.

YAMAMOTO Takashi



Home | Main Index | Thread Index | Old Index