/third_party/rust/crates/signal-hook/src/low_level/ |
D | pipe.rs | 115 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/ |
D | prio-wake.c | 137 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 | .gitignore | 1 /prio-wake
|
D | run_auto.sh | 12 $SCRIPTS_DIR/run_c_files.sh $profile prio-wake
|
/third_party/ltp/testcases/realtime/ |
D | README | 90 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
|
D | 00_Descriptions.txt | 150 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/ |
D | alsaloop.c | 627 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()
|
D | alsaloop.h | 154 unsigned int wake; member
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 10 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/ |
D | linux_completion.c | 76 resumedTask->ops->wake(resumedTask); in linux_complete() 205 resumedTask->ops->wake(resumedTask); in linux_complete_all()
|
/third_party/ltp/testcases/realtime/profiles/ |
D | default | 58 func/prio-wake prio-wake
|
/third_party/ltp/testcases/lib/ |
D | test.sh | 404 ROD tst_checkpoint wake 10000 "$1" 1 409 ROD tst_checkpoint wake 10000 "$1" "$2"
|
D | tst_test.sh | 269 ROD tst_checkpoint wake 10000 "$1" 1 274 ROD tst_checkpoint wake 10000 "$1" "$2"
|
/third_party/node/test/parallel/ |
D | test-atomics-wake.js | 7 assert.strictEqual(Atomics.wake, undefined);
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | todo.txt | 14 > trying to suspend machine to disk (it will immediately wake up because
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 73 bool wake; // This thread is to be woken from a Mutex. member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | create_thread_identity.cc | 87 pts->wake = false; in ResetThreadIdentity()
|
/third_party/gstreamer/gstreamer/docs/random/matth/ |
D | scheduling.txt | 59 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/ |
D | message_loop_darwin.mm | 20 // Setup the delayed wake source.
|
/third_party/skia/tools/sk_app/ios/ |
D | main_ios.mm | 77 // Need to handle animated slides/redraw mode, so we need something that will wake up the
|
/third_party/libwebsockets/lib/drivers/display/ |
D | README.md | 35 and waiting out a display-specific wake period, and sequencing the backlight
|
/third_party/skia/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 152 device.wake()
|
/third_party/flutter/skia/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 151 device.wake()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 907 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/ |
D | backend.rs | 44 pipe::wake(self.as_raw_fd(), WakeMethod::Send); in wake_readers()
|