lwkt_msgport.c
David Rhodus
drhodus at catpa.com
Wed Dec 31 15:09:27 PST 2003
On Dec 31, 2003, at 4:52 PM, esmith wrote:
It appears, on line 371 of lwkt_msgport.c, function
lwkt_default_waitport, that there is a call to enter a critical
section which might be unnecessary because it already exists within a
critical section.
With the critical section code in DragonFly nesting of critical
functions does not add very much overhead as its just a value
being incremented by one.
More information about the Submit
mailing list