Searched defs:wake (Results 1 - 13 of 13) sorted by relevance
| /foundation/resourceschedule/ffrt/src/sync/ |
| H A D | mutex.cpp | 251 void mutexPrivate::wake() in wake() function in ffrt::mutexPrivate
|
| H A D | poller.cpp | 492 bool wake = timerMap_.empty() || (absoluteTime < timerMap_.begin()->first && flag_ == EpollStatus::WAIT); variable 543 bool wake = false; variable
|
| /third_party/ltp/testcases/realtime/func/prio-wake/ |
| H A D | prio-wake.c | 137 nsec_t start, wake; in worker_thread() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | thread_identity.h | 73 bool wake; // This thread is to be woken from a Mutex. member
|
| /base/msdp/device_status/rust/modules/scheduler/sys/src/ |
| H A D | scheduler.rs | 301 fn wake(&self, events: &[EpollEvent]) in wake() functions 411 fn wake(&self) in wake() functions
|
| /device/soc/rockchip/common/vendor/drivers/net/ |
| H A D | rfkill-bt.c | 188 struct rfkill_rk_gpio *wake = &rfkill->pdata->wake_gpio;
in rfkill_rk_sleep_bt_internal() local 223 struct rfkill_rk_gpio *wake; rfkill_rk_sleep_bt() local [all...] |
| /device/soc/rockchip/rk3588/kernel/net/rfkill/ |
| H A D | rfkill-bt.c | 196 struct rfkill_rk_gpio *wake = &rfkill->pdata->wake_gpio; in rfkill_rk_sleep_bt_internal() local 233 struct rfkill_rk_gpio *wake; rfkill_rk_sleep_bt() local [all...] |
| /third_party/alsa-utils/alsaloop/ |
| H A D | alsaloop.c | 732 int i, j, err, wake = 1000000; in thread_job1() local [all...] |
| H A D | alsaloop.h | 154 unsigned int wake; member
|
| H A D | pcmjob.c | 441 double expected, last, wake, check, queued = -1, proc, missing = -1; in xrun_stats0() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_config.c | 2264 wl_wowl_wakeind_t *wake = NULL; in dhd_conf_wowl_wakeind() local [all...] |
| H A D | wl_android_ext.c | 6537 wl_wowl_wakeind_t *wake = NULL; in wl_ext_wowl_wakeind() local [all...] |
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 23196 fn wake(self: Arc<Self>); in wake() functions 23250 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { wake() functions [all...] |
Completed in 57 milliseconds