Home
last modified time | relevance | path

Searched refs:hibernate_ (Results 1 – 9 of 9) sorted by relevance

/dports/astro/xplanet/xplanet-1.3.1/src/libdisplay/
H A DTimerMacAqua.cpp65 if (hibernate_ > 0) in Sleep()
69 if (options->Verbosity() > 0 && idle > hibernate_) in Sleep()
72 while (idle > hibernate_) in Sleep()
H A DTimerX11.cpp158 if (hibernate_ > 0) in Sleep()
162 if (options->Verbosity() > 0 && idle > hibernate_) in Sleep()
165 while (idle > hibernate_) in Sleep()
H A DTimer.h19 const unsigned long hibernate_; variable
H A DTimer.cpp16 : wait_(w), hibernate_(h), idlewait_(i) in Timer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/power/
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/power/
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/power/
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DOptions.h55 unsigned long Hibernate() const { return(hibernate_); }; in Hibernate()
212 unsigned long hibernate_; variable
H A DOptions.cpp80 hibernate_(0), in Options()
422 sscanf(optarg, "%lu", &hibernate_); in parseArgs()
423 hibernate_ *= 1000; in parseArgs()