Home
last modified time | relevance | path

Searched refs:suspend_callback (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A D_signals.py96 def __init__(self, suspend_callback, resume_callback): argument
97 self.suspend = suspend_callback
137 def suspendable(suspend_callback, resume_callback): argument
141 suspender = Suspender(suspend_callback, resume_callback)
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dtask.cpp41 void suspend(suspend_callback_type suspend_callback, void* user_callback) { in suspend() argument
43 td.my_task_dispatcher->suspend(suspend_callback, user_callback); in suspend()
95 void task_dispatcher::suspend(suspend_callback_type suspend_callback, void* user_callback) { in suspend() argument
96 __TBB_ASSERT(suspend_callback != nullptr, nullptr); in suspend()
108 …thread_data::suspend_callback_wrapper callback = { suspend_callback, user_callback, get_suspend_po… in suspend()
H A Dthread_data.h182 suspend_callback_type suspend_callback; member
187 __TBB_ASSERT(suspend_callback && user_callback && tag, nullptr); in operator()
188 suspend_callback(user_callback, tag); in operator()
193 void suspend(void* suspend_callback, void* user_callback);
H A Dscheduler_common.h477 void suspend(suspend_callback_type suspend_callback, void* user_callback); in alignas()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/android/
H A Dmod.rs31 suspend_callback: RefCell<Option<Box<Fn(bool) -> ()>>>, field
43 suspend_callback: Default::default(), in new()
87 if let Some(cb) = self.suspend_callback.borrow().as_ref() { in poll_events()
94 if let Some(cb) = self.suspend_callback.borrow().as_ref() { in poll_events()
137 *self.suspend_callback.borrow_mut() = cb; in set_suspend_callback()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/android/
H A Dmod.rs31 suspend_callback: RefCell<Option<Box<Fn(bool) -> ()>>>, field
43 suspend_callback: Default::default(), in new()
87 if let Some(cb) = self.suspend_callback.borrow().as_ref() { in poll_events()
94 if let Some(cb) = self.suspend_callback.borrow().as_ref() { in poll_events()
137 *self.suspend_callback.borrow_mut() = cb; in set_suspend_callback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/
H A Dpower_observer_helper.cc16 base::RepeatingClosure suspend_callback, in PowerObserverHelper() argument
19 suspend_callback_(std::move(suspend_callback)), in PowerObserverHelper()
H A Dalive_checker_unittest.cc27 base::RepeatingClosure suspend_callback, in MockPowerObserverHelper() argument
31 std::move(suspend_callback), in MockPowerObserverHelper()
71 base::RepeatingClosure suspend_callback, in CreatePowerObserverHelper() argument
75 std::move(suspend_callback), in CreatePowerObserverHelper()
H A Dpower_observer_helper.h25 base::RepeatingClosure suspend_callback,
H A Dalive_checker.h50 base::RepeatingClosure suspend_callback,
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/
H A Dpower_observer_helper.cc17 base::RepeatingClosure suspend_callback, in PowerObserverHelper() argument
20 suspend_callback_(std::move(suspend_callback)), in PowerObserverHelper()
H A Dalive_checker_unittest.cc27 base::RepeatingClosure suspend_callback, in MockPowerObserverHelper() argument
31 std::move(suspend_callback), in MockPowerObserverHelper()
71 base::RepeatingClosure suspend_callback, in CreatePowerObserverHelper() argument
75 std::move(suspend_callback), in CreatePowerObserverHelper()
H A Dpower_observer_helper.h25 base::RepeatingClosure suspend_callback,
H A Dalive_checker.h50 base::RepeatingClosure suspend_callback,
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/detail/
H A D_task.h61 TBB_EXPORT void __TBB_EXPORTED_FUNC suspend(suspend_callback_type suspend_callback, void* user_call…
80 static void suspend_callback(void* user_callback, suspend_point sp) { in suspend_callback() function
89 r1::suspend(&suspend_callback<F>, &f); in suspend()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnamcos21_dsp.cpp32 ….scheduler().timer_alloc(timer_expired_delegate(FUNC(namcos21_dsp_device::suspend_callback),this)); in device_start()
37 TIMER_CALLBACK_MEMBER(namcos21_dsp_device::suspend_callback) in TIMER_CALLBACK_MEMBER() argument
H A Dnamcos21_dsp.h78 TIMER_CALLBACK_MEMBER(suspend_callback);
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnamcos21_dsp.cpp32 ….scheduler().timer_alloc(timer_expired_delegate(FUNC(namcos21_dsp_device::suspend_callback),this)); in device_start()
37 TIMER_CALLBACK_MEMBER(namcos21_dsp_device::suspend_callback) in TIMER_CALLBACK_MEMBER() argument
H A Dnamcos21_dsp.h78 TIMER_CALLBACK_MEMBER(suspend_callback);
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dscheduler.h220 suspend_callback_t suspend_callback; member
225 if (suspend_callback) { in operator()
226 __TBB_ASSERT(suspend_callback && user_callback && tag, NULL); in operator()
227 suspend_callback(user_callback, tag); in operator()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dscheduler.h220 suspend_callback_t suspend_callback; member
225 if (suspend_callback) { in operator()
226 __TBB_ASSERT(suspend_callback && user_callback && tag, NULL); in operator()
227 suspend_callback(user_callback, tag); in operator()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dscheduler.h220 suspend_callback_t suspend_callback; member
225 if (suspend_callback) { in operator()
226 __TBB_ASSERT(suspend_callback && user_callback && tag, NULL); in operator()
227 suspend_callback(user_callback, tag); in operator()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dtask.h1021 static void suspend_callback(void* user_callback, task::suspend_point tag) { in suspend_callback() function
1026 void __TBB_EXPORTED_FUNC internal_suspend(void* suspend_callback, void* user_callback);
1033 internal::internal_suspend((void*)internal::suspend_callback<F>, &f); in suspend()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dtask.h1021 static void suspend_callback(void* user_callback, task::suspend_point tag) { in suspend_callback() function
1026 void __TBB_EXPORTED_FUNC internal_suspend(void* suspend_callback, void* user_callback);
1033 internal::internal_suspend((void*)internal::suspend_callback<F>, &f); in suspend()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dtask.h1021 static void suspend_callback(void* user_callback, task::suspend_point tag) { in suspend_callback() function
1026 void __TBB_EXPORTED_FUNC internal_suspend(void* suspend_callback, void* user_callback);
1033 internal::internal_suspend((void*)internal::suspend_callback<F>, &f); in suspend()

12