Home
last modified time | relevance | path

Searched refs:wake_one (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dyield.rs38 fn wake_one(&self) { in wake_one() method
82 parker.wake_one(); in sdv_yield_now_single_worker()
H A Dsync.rs445 waiter.wake_one(); in sdv_waiter_with_wake_one()
456 waiter4.wake_one(); in sdv_waiter_with_wake_one()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwaiter.rs116 pub fn wake_one(&self) { in wake_one() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dcurrent_thread.rs473 waiter.wake_one(); in ut_current_thread_run_queue()