Searched refs:buffer_full (Results 1 - 2 of 2) sorted by path

/haiku/headers/private/kernel/
H A Duser_debugger.h150 bool buffer_full; member in struct:thread_debug_info::__anon98
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp311 info->profile.buffer_full = false;
338 info->profile.buffer_full = false;
1174 threadDebugInfo.profile.buffer_full = false;
1399 if (debugInfo.profile.samples != NULL && debugInfo.profile.buffer_full) {
1431 debugInfo.profile.buffer_full = false;
1461 debugInfo.profile.buffer_full = true;
1506 && !thread->debug_info.profile.buffer_full) {
2326 threadDebugInfo.profile.buffer_full = false;
2396 threadDebugInfo.profile.buffer_full = false;

Completed in 371 milliseconds