Home
last modified time | relevance | path

Searched refs:stop_callback (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dstop_token101 friend class stop_callback;
274 // synchronize with destructor of stop_callback that owns *__cb
305 // Returning false also means the stop_callback does not share
321 // Called by ~stop_callback just before destroying *__cb.
363 // Safe for ~stop_callback to destroy *__cb now.
590 class [[nodiscard]] stop_callback
601 stop_callback(const stop_token& __token, _Cb&& __cb)
615 stop_callback(stop_token&& __token, _Cb&& __cb)
626 ~stop_callback()
634 stop_callback(const stop_callback&) = delete;
[all …]
H A Dcondition_variable386 std::stop_callback __cb(__stoken, [this] { notify_all(); });
415 std::stop_callback __cb(__stoken, [this] { notify_all(); });
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dstop_token101 friend class stop_callback;
274 // synchronize with destructor of stop_callback that owns *__cb
305 // Returning false also means the stop_callback does not share
321 // Called by ~stop_callback just before destroying *__cb.
363 // Safe for ~stop_callback to destroy *__cb now.
590 class [[nodiscard]] stop_callback
601 stop_callback(const stop_token& __token, _Cb&& __cb)
615 stop_callback(stop_token&& __token, _Cb&& __cb)
626 ~stop_callback()
634 stop_callback(const stop_callback&) = delete;
[all …]
H A Dcondition_variable386 std::stop_callback __cb(__stoken, [this] { notify_all(); });
415 std::stop_callback __cb(__stoken, [this] { notify_all(); });
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspu_base.c201 spu->stop_callback(spu, 1); in __spu_trap_data_map()
293 spu->stop_callback(spu, 0); in spu_irq_class_0()
372 spu->stop_callback(spu, 2); in spu_irq_class_2()
375 spu->stop_callback(spu, 2); in spu_irq_class_2()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dsched.c233 spu->stop_callback = spufs_stop_callback; in spu_bind_context()
453 spu->stop_callback = NULL; in spu_unbind_context()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dspu.h138 void (* stop_callback)(struct spu *spu, int irq); member