Home | History | Annotate | Download | only in inc

Lines Matching refs:GT_TRACE

22  *      are acutally compiled into the client: GT_TRACE and GT_ASSERT. If 
23 * GT_TRACE is set to 0 then all trace statements (except for assertions)
26 * set to 0 unless GT_TRACE is also set to 0 (i.e. GT_TRACE == 1 implies
40 #ifndef GT_TRACE
41 #define GT_TRACE 0 /* 0 = "trace compiled out"; 1 = "trace active" */
44 #if !defined(GT_ASSERT) || GT_TRACE
267 #if GT_TRACE == 0
286 #else /* GT_TRACE == 1 */
327 #endif /* GT_TRACE */