Symbol: DEBUG_THREAD
headers/private/file_systems/DebugSupport.h
112
system_time(), DEBUG_THREAD); \
headers/private/file_systems/DebugSupport.h
120
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__); \
headers/private/file_systems/DebugSupport.h
128
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__, __LINE__); \
headers/private/userlandfs/shared/Debug.h
101
DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
headers/private/userlandfs/shared/Debug.h
94
B_PRIdBIGTIME ": %5" B_PRId32 "] ", system_time(), DEBUG_THREAD); \
headers/private/userlandfs/shared/Debug.h
98
system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); }
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
103
DEBUG_THREAD); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
111
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
119
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__, __LINE__); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
102
__out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] ", system_time(), DEBUG_THREAD); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
109
__out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s" prefix, system_time(), DEBUG_THREAD, \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
117
__out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s:%d: ", system_time(), DEBUG_THREAD, \
src/apps/icon-o-matic/generic/support/Debug.h
100
#define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
src/apps/icon-o-matic/generic/support/Debug.h
101
#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(); }
src/apps/icon-o-matic/generic/support/Debug.h
102
#define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s():%d: ", system_time(), DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
src/servers/package/DebugSupport.h
107
system_time(), DEBUG_THREAD); \
src/servers/package/DebugSupport.h
115
system_time(), DEBUG_THREAD,__PRETTY_FUNCTION__); \
src/servers/package/DebugSupport.h
123
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__, __LINE__); \