| /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/experimental/ |
| H A D | executor | 1 // <experimental/executor> -*- C++ -*- 25 /** @file experimental/executor 144 /// Trait for determining whether to construct an object with an executor. 167 /// Helper to associate an executor with a type. 211 /// Helper to bind an executor to an object or function. 293 /// Polymorphic wrapper for types satisfying the Executor requirements. 294 class executor; 297 operator==(const executor&, const executor&) noexcept; 300 operator==(const executor&, nullptr_t) noexcept; 303 operator==(nullptr_t, const executor&) noexcept; [all …]
|
| H A D | net | 37 #include <experimental/executor>
|
| H A D | netfwd | 65 class executor;
|
| H A D | io_context | 44 #include <experimental/executor> 77 /// An executor for an io_context. 89 // executor operations:
|
| /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/experimental/ |
| H A D | executor | 1 // <experimental/executor> -*- C++ -*- 25 /** @file experimental/executor 144 /// Trait for determining whether to construct an object with an executor. 167 /// Helper to associate an executor with a type. 211 /// Helper to bind an executor to an object or function. 293 /// Polymorphic wrapper for types satisfying the Executor requirements. 294 class executor; 297 operator==(const executor&, const executor&) noexcept; 300 operator==(const executor&, nullptr_t) noexcept; 303 operator==(nullptr_t, const executor&) noexcept; [all …]
|
| H A D | net | 37 #include <experimental/executor>
|
| H A D | netfwd | 65 class executor;
|
| H A D | io_context | 44 #include <experimental/executor> 77 /// An executor for an io_context. 89 // executor operations:
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTExecutor.h | 33 // enables the executor to run ready tasks in priority order. 39 // executor. This method should be called exactly as many times as AddTask 40 // was called on the executor. 58 // The scheduler queue calls this method to tell the executor that it has 59 // a new task to run. The executor should use its execution mechanism to 65 // schedule the specified "task" for execution in this executor. 70 // A multithreaded executor based on a thread pool.
|
| H A D | RTScheduler.h | 50 void setDefaultExecutor(RTExecutor* executor); 51 RT_RET setExecutor(RTTaskNode *node, RTExecutor* executor);
|
| H A D | RTTaskGraph.h | 104 RT_RET setExternalExecutor(RTExecutor *executor);
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | .gitlab-ci.yml | 27 name: gcr.io/kaniko-project/executor:debug 37 /kaniko/executor --context kaniko-context --no-push && exit 0 46 /kaniko/executor --context kaniko-context --destination $IMAGE_LOCAL && exit 0 49 - /kaniko/executor --context $CI_PROJECT_DIR/.gitlab-ci --destination $IMAGE_LOCAL
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_executor.c | 517 MALI_DEBUG_PRINT(4, ("Executor: GP interrupt from %s in %s half\n", in mali_executor_interrupt_gp() 534 MALI_PRINT(("Executor GP: Job %d Timeout on %s\n", in mali_executor_interrupt_gp() 581 MALI_DEBUG_PRINT(3, ("Executor: PLBU needs more heap memory\n")); in mali_executor_interrupt_gp() 605 MALI_DEBUG_PRINT(4, ("Executor: Group %s completed with %s\n", in mali_executor_interrupt_gp() 651 MALI_DEBUG_PRINT(4, ("Executor: PP interrupt from %s in %s half\n", in mali_executor_interrupt_pp() 678 MALI_PRINT(("Executor PP: Job %d Timeout on %s\n", in mali_executor_interrupt_pp() 712 MALI_DEBUG_PRINT(4, ("Executor: Group %s completed with %s\n", in mali_executor_interrupt_pp() 756 MALI_DEBUG_PRINT(4, ("Executor: MMU interrupt from %s in %s half\n", in mali_executor_interrupt_mmu() 811 …MALI_DEBUG_PRINT(2, ("Executor: Mali page fault detected at 0x%x from bus id %d of type %s on %s\n… in mali_executor_interrupt_mmu() 816 MALI_DEBUG_PRINT(3, ("Executor: MMU rawstat = 0x%08X, MMU status = 0x%08X\n", in mali_executor_interrupt_mmu() [all …]
|
| H A D | mali_gp_job.h | 29 * but relies on other locks instead (scheduler, executor and timeline lock). 58 * These members are used by the executor and/or group, 59 * protected by executor lock 64 * Set by executor/group on job completion, read by scheduler when 65 * returning job to user. Hold executor lock when setting,
|
| H A D | mali_pp_job.h | 42 * but relies on other locks instead (scheduler, executor and timeline lock). 72 * These members are used by both scheduler and executor. 95 * Set by executor/group on job completion, read by scheduler when 96 * returning job to user. Hold executor lock when setting,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | __init__.py | 56 def load_test_components(logger, executor): argument 82 != executor:
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | INT10.HOWTO | 2 INT10 X86 Real Mode executor 71 The int10 real mode executor is designed to run on top of various x86 82 for the INT10 executor: 104 4. The executor should terminate on encountering a 'hlt' instruction.
|
| H A D | xf86int10.h | 74 /* x86 executor related functions */ 120 /* x86 executor related functions */
|
| /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/bits/ |
| H A D | regex_executor.tcc | 66 // At the very beginning the executor stands in the start state, then it 71 // state, the whole executor returns true. 168 // (__rep_count.first). This prevent the executor from entering 213 // If it's DFS executor and already accepted, we're done. in _M_handle_repeat()
|
| /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/bits/ |
| H A D | regex_executor.tcc | 66 // At the very beginning the executor stands in the start state, then it 71 // state, the whole executor returns true. 168 // (__rep_count.first). This prevent the executor from entering 213 // If it's DFS executor and already accepted, we're done. in _M_handle_repeat()
|
| /OK3568_Linux_fs/kernel/lib/kunit/ |
| H A D | Makefile | 7 executor.o
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | bitbake.rst | 13 - BitBake, a generic task executor
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | bbcontroller.py | 101 """ Checks-out bitbake executor and layers from git repositories.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_mali.c | 458 /* the mali executor lock must be held before enter this function. */ in _mali_osk_gpu_reset_and_secure_mode_enable() 476 /* the mali executor lock must be held before enter this function. */ in _mali_osk_gpu_reset_and_secure_mode_disable()
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | terms.rst | 53 The task executor and scheduler used by the OpenEmbedded build system to 250 executor. Throughout the Yocto Project documentation set, the
|