Symbol: DEBUG_THREAD
headers/private/file_systems/DebugSupport.h
113
system_time(), DEBUG_THREAD); \
headers/private/file_systems/DebugSupport.h
121
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__); \
headers/private/file_systems/DebugSupport.h
129
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__, __LINE__); \
headers/private/userlandfs/shared/Debug.h
102
DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
headers/private/userlandfs/shared/Debug.h
95
B_PRIdBIGTIME ": %5" B_PRId32 "] ", system_time(), DEBUG_THREAD); \
headers/private/userlandfs/shared/Debug.h
99
system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); }
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
104
DEBUG_THREAD); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
112
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
120
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__, __LINE__); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
103
__out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] ", system_time(), DEBUG_THREAD); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
110
__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
118
__out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s:%d: ", system_time(), DEBUG_THREAD, \
src/apps/icon-o-matic/generic/support/Debug.h
101
#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
102
#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
103
#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
108
system_time(), DEBUG_THREAD); \
src/servers/package/DebugSupport.h
116
system_time(), DEBUG_THREAD,__PRETTY_FUNCTION__); \
src/servers/package/DebugSupport.h
124
system_time(), DEBUG_THREAD, __PRETTY_FUNCTION__, __LINE__); \