Home
last modified time | relevance | path

Searched refs:wake (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c20 * prio-wake.c
71 printf("prio-wake specific options:\n"); in usage()
118 printf("%08lld us: Master thread about to wake the workers\n", in master_thread()
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()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_completion.c76 resumedTask->ops->wake(resumedTask); in linux_complete()
205 resumedTask->ops->wake(resumedTask); in linux_complete_all()
/third_party/ltp/testcases/lib/
H A Dtest.sh404 ROD tst_checkpoint wake 10000 "$1" 1
409 ROD tst_checkpoint wake 10000 "$1" "$2"
H A Dtst_test.sh276 ROD tst_checkpoint wake 10000 "$1" 1
281 ROD tst_checkpoint wake 10000 "$1" "$2"
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dcreate_thread_identity.cc87 pts->wake = false; in ResetThreadIdentity()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.h73 bool wake; // This thread is to be woken from a Mutex. member
82 // for a waiter to wake. Used for an optimization
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.h154 unsigned int wake; member
H A Dalsaloop.c205 "-W,--wake process wake timeout in ms\n" in help()
629 loop->wake = arg_wake; in parse_config()
732 int i, j, err, wake = 1000000; in thread_job1() local
750 j = thread->loopbacks[i]->wake; in thread_job1()
751 if (j > 0 && j < wake) in thread_job1()
752 wake = j; in thread_job1()
754 if (wake >= 1000000) in thread_job1()
755 wake = -1; in thread_job1()
773 err = poll(pfds, j, wake); in thread_job1()
[all...]
H A Dpcmjob.c441 double expected, last, wake, check, queued = -1, proc, missing = -1; in xrun_stats0() local
449 wake = (double)timediff(t, loop->xrun_last_wake) / 1000; in xrun_stats0()
477 logit(LOG_INFO, " last wake %.4fms, last check %.4fms, avail_min %.4fms\n", wake, check, avail_min); in xrun_stats0()
/third_party/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py152 device.wake()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc637 // the lock and wake someone. To maintain INVARIANT1 the bit is
907 s->wake = false; // not being woken in Enqueue()
1024 // Remove all elements with wake==true and place them in the
1035 if (w->wake) { // remove this element in DequeueAllWakeable()
1044 if (w->waitp->how == kExclusive) { // wake at most 1 writer in DequeueAllWakeable()
1119 // this mutex's waiter queue. If "s->waitp->timeout" has a timeout, wake up
2045 // the waiter under consideration to wake, or zero in UnlockSlow()
2053 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow()
2054 intptr_t wr_wait = 0; // set to kMuWrWait if we wake a reader and a in UnlockSlow()
2085 if ((v & kMuWait) == 0) { // no one to wake in UnlockSlow()
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs23139 /// to wake up a task is stored in an [`Arc`]. Some executors (especially
23164 /// fn wake(self: Arc<Self>) {
23196 fn wake(self: Arc<Self>); in wake() functions
23200 /// If an executor supports a cheaper way to wake without consuming the
23202 /// [`Arc`] and calls [`wake`] on the clone.
23204 /// [`wake`]: Wake::wake
23207 self.clone().wake(); in wake_by_ref()
23245 &RawWakerVTable::new(clone_waker::<W>, wake::<W>, wake_by_ref::<W>, drop_waker::<W>),
23249 // Wake by value, moving the Arc into the Wake::wake functio
23250 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { wake() functions
[all...]

Completed in 46 milliseconds