Searched refs:running (Results 26 - 32 of 32) sorted by path

12

/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp211 // running without video, update video time as well
302 printf("running without video node\n");
314 printf("running without audio node\n");
657 bool running = timeSource->IsRunning(); local
660 // because the system time source won't be running
662 if (!running) {
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp130 // start the BMediaEventLooper control loop running
592 TRACE("_HandleStop: Node isn't running\n");
638 bool running = true; local
639 while (running) {
705 // or the producer is not running or enabled.
722 // Send buffers only, if playing, the node is running and
782 running = false;
818 running = false;
/haiku/src/apps/terminal/
H A DShell.cpp253 pid_t running = tcgetpgrp(fFd); local
254 if (running == fShellInfo.ProcessID() || running == -1)
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c1011 * running at any time. Any interference with other driver
4098 bool oactive, running, do_reset, do_watchdog, in_detach; local
4101 running = (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING);
4109 if ((!running && !oactive) && !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN))
6991 "cause TX to abdicate instead of running to completion");
/haiku/src/servers/input/
H A DAddOnManager.cpp839 bool running; local
841 || gInputServer->GetDeviceInfo(name, NULL, &running) != B_OK)
844 return running ? B_OK : B_ERROR;
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.cpp205 ThreadData::UnassignCore(bool running) argument
210 if (running || fThread->state == B_THREAD_READY)
H A Dscheduler_thread.h88 void UnassignCore(bool running = false);

Completed in 141 milliseconds

12