Home
last modified time | relevance | path

Searched defs:CCriticalSection (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/C/
DThreads.h162 typedef CRITICAL_SECTION CCriticalSection; typedef
219 } CCriticalSection; typedef
/third_party/lzma/CPP/Windows/
DSynchronization.h169 CCriticalSection() { CriticalSection_Init(&_object); } in CCriticalSection() function