By default, a CRITICAL_SECTION object is recursive. Can this behaviour be configured like a pthread mutex to enable or disable recursive thread access?
To clarify in
No, it cannot. Documented APIs do not mention this in any way. Windows critical sections always accept recursive access.