Lines Matching full:critical
256 // initialized the critical section, the second (and later) instances may
257 // try to use uninitialized critical section object. The feature of multiple
369 // deleting the static critical section and a new instance of the class
370 // is created, then there is a possibility that the critical section be
371 // initialized while the same critical section is being deleted. Given the