Searched refs:RUNNING (Results 1 - 10 of 10) sorted by last modified time

/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h18 RUNNING = (1<<1), enumerator in enum:__anon1
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp955 thread->state = RUNNING;
958 if (thread->state != RUNNING) {
960 thread->state = RUNNING;
988 } else if (thread->state == RUNNING) {
1047 if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
1088 if (thread->state == RUNNING) {
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp394 if (!TEST_AND_CLEAR(&bdev->state, RUNNING))
488 // Set RUNNING
489 if (TEST_AND_SET(&bdev->state, RUNNING)) {
594 // unSet RUNNING
595 if (TEST_AND_CLEAR(&bdev->state, RUNNING)) {
691 bdev->state = SET_BIT(bdev->state, RUNNING);
H A Dh2transactions.cpp256 if (!GET_BIT(bdev->state, RUNNING)) {
287 if (!GET_BIT(bdev->state, RUNNING)) {
314 if (!GET_BIT(bdev->state, RUNNING)) {
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp670 thread->state = RUNNING;
673 if (thread->state != RUNNING) {
675 thread->state = RUNNING;
699 } else if (thread->state == RUNNING) {
750 if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
776 if (thread->state == RUNNING) {
H A Dscheduler_tracing.cpp193 state = RUNNING;
196 if (state != RUNNING) {
198 state = RUNNING;
216 } else if (state == RUNNING) {
238 if (state == RUNNING || state == STILL_RUNNING) {
256 if (state == RUNNING) {
H A Dscheduler_tracing.h139 RUNNING, enumerator in enum:SchedulerTracing::ScheduleState
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp176 AddState(thread, time, RUNNING, NULL);
963 case RUNNING:
1069 case RUNNING:
1458 thread->state = RUNNING;
1480 } else if (thread->state == RUNNING) {
1539 if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp77 RUNNING, enumerator in enum:ThreadWindow::ActivityPage::ThreadActivityData::ScheduleState
117 state = RUNNING;
181 state = RUNNING;
187 } else if (state == RUNNING) {
210 if (state == RUNNING || state == STILL_RUNNING) {
240 if (state == RUNNING) {
260 case RUNNING:
/haiku/src/apps/debuganalyzer/model/
H A DModel.h23 RUNNING, enumerator in enum:ThreadState

Completed in 75 milliseconds