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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.h37 IMAP::Protocol& protocol, bool idle);
H A DIMAPProtocol.cpp60 IMAPProtocol::CheckSubscribedFolders(IMAP::Protocol& protocol, bool idle) argument
81 if (idle)
/haiku/src/libs/glut/
H A DglutCallback.cpp139 gState.idle = idleFunc;
H A DglutState.h45 GLUTidleCB idle; // idle callback member in struct:GlutState
66 idle = 0;
H A DglutEvent.cpp323 * DESCRIPTION: check for events, then call idle function
334 /* Make sure idle func still exists! */
337 if (gState.idle) {
338 gState.idle();
358 if (gState.idle) {
/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp64 // no idle cores, use least occupied core
109 rebalance_irqs(bool idle) argument
113 if (idle)
H A Dpower_saving.cpp193 rebalance_irqs(bool idle) argument
197 if (idle && sSmallTaskCore != NULL) {
202 if (idle || sSmallTaskCore != NULL)
H A Dscheduler_modes.h30 void (*rebalance_irqs)(bool idle);
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c235 idle(void) function
254 glutIdleFunc(idle);
/haiku/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c9 void idle(void);
82 idle(void) function
159 glutIdleFunc(idle);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h456 // TODO: M68K CPU idle call
483 void (*idle)(void); member in struct:m68k_cpu_ops
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp456 ix. Wait for FDI idle pattern time for link to become active
/haiku/src/apps/processcontroller/
H A DTeamBarMenuItem.cpp37 bigtime_t idle = 0; local
40 idle += thinfos.kernel_time + thinfos.user_time;
43 fTeamUsageInfo.user_time = idle;
190 bigtime_t idle = 0; local
195 idle += thinfos.kernel_time + thinfos.user_time;
198 usage.user_time = idle;
199 idle -= fTeamUsageInfo.user_time;
202 fKernel = double(usage.kernel_time - fTeamUsageInfo.kernel_time - idle)
/haiku/src/kits/tracker/
H A DTaskLoop.cpp249 // PRINT(("run when idle task - past intial delay\n"));
286 bool idle = true; local
289 // PRINT(("not idle enough %f\n", load));
290 idle = false;
293 // PRINT(("load %f, not idle long enough %lld, %lld\n", load,
296 idle = false;
301 PRINT(("load %f, idle for %lld sec, go\n", load,
305 return idle;
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp424 bigtime_t idle = idle_time(); local
425 if (fLEDAnimation->IsRunning() && idle < 100000)
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_timers.c497 struct timespec idle; local
502 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
503 if (evCmpTime(idle, this->max_idle) >= 0) {
514 this->timer->inter = evSubTime(this->max_idle, idle);

Completed in 130 milliseconds