/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/node/test/parallel/ |
D | test-atomics-wake.js | 7 assert.strictEqual(Atomics.wake, undefined);
|
/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/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/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 124 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/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/abseil-cpp/absl/synchronization/internal/ |
D | create_thread_identity.cc | 87 pts->wake = false; in ResetThreadIdentity()
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | message_loop_darwin.mm | 20 // Setup the delayed wake source.
|
/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/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/boost/libs/fiber/doc/ |
D | condition_variables.qbk | 66 to wake one waiting fiber or all the waiting fibers respectively. 99 [member_link condition_variable..wait] can only wake up when 117 But a given consumer fiber might well wake up from [member_link 243 [`[classname]] might well wake up a number of times before the desired
|