Home
last modified time | relevance | path

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

1234

/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/node/test/parallel/
Dtest-atomics-wake.js7 assert.strictEqual(Atomics.wake, undefined);
/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/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dtodo.txt14 > trying to suspend machine to disk (it will immediately wake up because
/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h124 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/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/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc87 pts->wake = false; in ResetThreadIdentity()
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dmessage_loop_darwin.mm20 // Setup the delayed wake source.
/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/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/boost/libs/fiber/doc/
Dcondition_variables.qbk66 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

1234