Home
last modified time | relevance | path

Searched refs:LIBCWD_TSD_MEMBER_OFF (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libcwd/libcwd-1.0.6/include/libcwd/
H A Dclass_debug.inl174 ++LIBCWD_TSD_MEMBER_OFF;
206 if (LIBCWD_TSD_MEMBER(first_time) && LIBCWD_TSD_MEMBER_OFF == -1)
209 --LIBCWD_TSD_MEMBER_OFF;
211 --LIBCWD_TSD_MEMBER_OFF;
H A Dprivate_struct_TSD.h76 #define LIBCWD_TSD_MEMBER_OFF (__libcwd_tsd.do_off_array[WNS_index]) macro
93 #define LIBCWD_TSD_MEMBER_OFF (tsd._off) macro
/dports/devel/libcwd/libcwd-1.0.6/
H A Ddebug.cc1425 LIBCWD_TSD_MEMBER_OFF = -1; // Print as much debug output as possible right away. in NS_init()
1427LIBCWD_TSD_MEMBER_OFF = 0; // Don't print debug output till the REAL initialization of the debug … in NS_init()
1431 DEBUGDEBUG_CERR( "debug_ct::NS_init(), _off set to " << LIBCWD_TSD_MEMBER_OFF ); in NS_init()
1937 state._off = LIBCWD_TSD_MEMBER_OFF; in force_on()
1941 LIBCWD_TSD_MEMBER_OFF = -1; // Turn object on. in force_on()
1951 if (LIBCWD_TSD_MEMBER_OFF != -1) in restore()
1953 LIBCWD_TSD_MEMBER_OFF = state._off; // Restore. in restore()