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

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp49 static const int kJumpBufferCount = 10; variable
53 static jmp_buf sJumpBuffers[kJumpBufferCount];
1162 if (sNextJumpBufferIndex >= kJumpBufferCount) {
1200 if (sNextJumpBufferIndex >= kJumpBufferCount) {
1230 if (sNextJumpBufferIndex >= kJumpBufferCount) {

Completed in 96 milliseconds