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

/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp201 Thread* volatile fWaitingProfilerThread; member in class:SystemProfiler
220 if (fWaitingProfilerThread != NULL && fBufferSize > fBufferCapacity / 2) {
224 Thread* profilerThread = fWaitingProfilerThread;
225 fWaitingProfilerThread = NULL;
238 if (fWaitingProfilerThread == NULL)
278 fWaitingProfilerThread(NULL),
306 if (fWaitingProfilerThread != NULL) {
307 thread_unblock(fWaitingProfilerThread, B_OK);
308 fWaitingProfilerThread = NULL;
553 if (fWaitingProfilerThread !
[all...]

Completed in 87 milliseconds