Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/rust/crates/signal-hook/src/low_level/
Dpipe.rs115 fn wake(&self) { in wake() method
116 wake(self.fd, self.method); in wake()
134 pub(crate) fn wake(pipe: RawFd, method: WakeMethod) { in wake() function
193 let action = move || fd.wake(); in register_raw()
/third_party/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c137 nsec_t start, wake; in worker_thread() local
156 wake = rt_gettime() - beginrun; in worker_thread()
160 wake / NS_PER_US, j, mypri); in worker_thread()
D.gitignore1 /prio-wake
Drun_auto.sh12 $SCRIPTS_DIR/run_c_files.sh $profile prio-wake
/third_party/ltp/testcases/realtime/
DREADME90 3. Individual tests can also be run. For example, to run the prio-wake tests
93 $run.sh -t func/prio-wake -l 20
100 For example, to run the prio-wake tests:
102 $cd func/prio-wake
D00_Descriptions.txt150 wake-up with condvars. Testcase exhibit scheduling of threads in accordance
154 func/prio-wake testcases :
156 prio-wake.c:
/third_party/alsa-utils/alsaloop/
Dalsaloop.c627 loop->wake = arg_wake; in parse_config()
730 int i, j, err, wake = 1000000; in thread_job1() local
748 j = thread->loopbacks[i]->wake; in thread_job1()
749 if (j > 0 && j < wake) in thread_job1()
750 wake = j; in thread_job1()
752 if (wake >= 1000000) in thread_job1()
753 wake = -1; in thread_job1()
771 err = poll(pfds, j, wake); in thread_job1()
Dalsaloop.h154 unsigned int wake; member
/third_party/libwebsockets/READMEs/
DREADME.lws_sul.md10 set a timer to wake at the earliest event when returning to the
79 operate as intended, and so must force wake from suspend, or if for that scheduled
92 kind of timeouts must have the priority to wake the whole device from suspend so
98 system operation to wake the system from devicewide suspend.
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_completion.c76 resumedTask->ops->wake(resumedTask); in linux_complete()
205 resumedTask->ops->wake(resumedTask); in linux_complete_all()
/third_party/ltp/testcases/realtime/profiles/
Ddefault58 func/prio-wake prio-wake
/third_party/ltp/testcases/lib/
Dtest.sh404 ROD tst_checkpoint wake 10000 "$1" 1
409 ROD tst_checkpoint wake 10000 "$1" "$2"
Dtst_test.sh269 ROD tst_checkpoint wake 10000 "$1" 1
274 ROD tst_checkpoint wake 10000 "$1" "$2"
/third_party/node/test/parallel/
Dtest-atomics-wake.js7 assert.strictEqual(Atomics.wake, undefined);
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dtodo.txt14 > trying to suspend machine to disk (it will immediately wake up because
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthread_identity.h73 bool wake; // This thread is to be woken from a Mutex. member
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc87 pts->wake = false; in ResetThreadIdentity()
/third_party/gstreamer/gstreamer/docs/random/matth/
Dscheduling.txt59 the other one that GStreamer uses to "wake" everyone up.) The
89 wake it up. Then do a cond_wait for the "bottom half" to execute the
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dmessage_loop_darwin.mm20 // Setup the delayed wake source.
/third_party/skia/tools/sk_app/ios/
Dmain_ios.mm77 // Need to handle animated slides/redraw mode, so we need something that will wake up the
/third_party/libwebsockets/lib/drivers/display/
DREADME.md35 and waiting out a display-specific wake period, and sequencing the backlight
/third_party/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py152 device.wake()
/third_party/flutter/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py151 device.wake()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc907 s->wake = false; // not being woken in Enqueue()
1035 if (w->wake) { // remove this element in DequeueAllWakeable()
2162 w->wake = true; in UnlockSlow()
2238 w_walk->wake = false; in UnlockSlow()
2246 w_walk->wake = true; // can wake this waiter in UnlockSlow()
2254 w_walk->wake = true; in UnlockSlow()
2261 if (w_walk->wake) { // we're waking reader w_walk in UnlockSlow()
/third_party/rust/crates/signal-hook/src/iterator/
Dbackend.rs44 pipe::wake(self.as_raw_fd(), WakeMethod::Send); in wake_readers()

1234