cvs commit: src/sys/kern kern_proc.c

Garrett Wollman wollman at khavrinen.lcs.mit.edu
Wed Jun 9 16:32:30 GMT 2004


<<On Wed, 9 Jun 2004 18:28:57 +0200 (CEST), Lukas Ertl <le at FreeBSD.ORG> said:

> Is there a possibility that foo->refcount is incremented after both of 
> them left the critical section, so that i is 0, but foo->refcount isn't?

The only way there can be such a possibility is if you haven't counted
all the references.

-GAWollman



More information about the cvs-src mailing list