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

/haiku/headers/private/kernel/
H A Dthread.h419 thread->going_to_suspend = true;
433 if (thread->going_to_suspend)
444 thread->going_to_suspend = false;
H A Dthread_types.h446 bool going_to_suspend; // protected by scheduler lock member in struct:BKernel::Thread
/haiku/src/system/kernel/
H A Dsignal.cpp1435 thread->going_to_suspend = false;
1452 thread->going_to_suspend = false;
1465 thread->going_to_suspend = false;
1478 thread->going_to_suspend = false;
1491 thread->going_to_suspend = false;
1660 mainThread->going_to_suspend = false;
1676 thread->going_to_suspend = false;

Completed in 95 milliseconds