Searched refs:wxCRIT_SECT_LOCKER (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dinit.cpp471 wxCRIT_SECT_LOCKER(lockInit, gs_initData.csInit);
485 wxCRIT_SECT_LOCKER(lockInit, gs_initData.csInit);
499 wxCRIT_SECT_LOCKER(lockInit, gs_initData.csInit);
H A Dlog.cpp295 wxCRIT_SECT_LOCKER(lock, gs_prevCS);
335 wxCRIT_SECT_LOCKER(lock, gs_prevCS);
H A Dstring.cpp2592 wxCRIT_SECT_LOCKER(lockCmpFunc, gs_critsectStringSort);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h682 #define wxCRIT_SECT_LOCKER(name, cs) wxCriticalSectionLocker name(cs) macro
703 #define wxCRIT_SECT_LOCKER(name, cs) struct wxDummyCSLocker##name macro
729 wxCRIT_SECT_LOCKER(cs##name##Locker, s_cs##name)

Completed in 49 milliseconds