Lines Matching +full:operations +full:- +full:per +full:- +full:run
2 * Copyright (c) 2010-2012, 2014-2015 Wind River Systems, Inc.
4 * SPDX-License-Identifier: Apache-2.0
9 * @brief Architecture-independent private kernel APIs
11 * This file contains private kernel APIs that are not architecture-specific.
27 /* Initialize per-CPU kernel data */
115 /* This is a arch function traditionally, but when the switch-based
121 thread->swap_retval = value; in arch_thread_return_value_set()
131 thread->base.swap_data = data; in z_thread_return_value_set_with_data()
175 * - Protects the full set of active k_mem_domain objects and their contents
176 * - Serializes calls to arch_mem_domain_* APIs
201 * @brief Called after a thread has been selected to run
206 * @brief Called before a thread has been selected to run
233 * can remain idle. The SOC interface performs power operations that can be done
234 * in the available time. The power management operations must halt execution of
240 * This function is entered with interrupts disabled. It should re-enable