Searched refs:DEBUG_CONTEXT_FUNCTION (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h107 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
141 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
142 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
143 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku/headers/private/userlandfs/shared/
H A DDebug.h97 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); \ macro
108 #define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
109 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
110 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h108 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
142 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
143 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
144 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku/headers/private/file_systems/
H A DDebugSupport.h117 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
152 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
153 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
154 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku/src/servers/package/
H A DDebugSupport.h112 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
146 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
147 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
148 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h102 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s()" prefix, system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); } macro
109 #define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
110 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
111 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )

Completed in 65 milliseconds