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 D | DebugSupport.h | 107 #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/src/servers/package/ |
H A D | DebugSupport.h | 112 #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 D | Debug.h | 102 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s(… 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", )
|
/haiku/headers/private/userlandfs/shared/ |
H A D | Debug.h | 97 #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 D | DebugSupport.h | 108 #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 D | DebugSupport.h | 117 #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", )
|