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 D | stop_token | 101 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 D | condition_variable | 386 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 D | stop_token | 101 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 D | condition_variable | 386 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 D | spu_base.c | 201 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 D | sched.c | 233 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 D | spu.h | 138 void (* stop_callback)(struct spu *spu, int irq); member
|