Lines Matching +full:continuous +full:- +full:access
4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/sys/libc-hooks.h>
49 * we ensure all this gets linked into the continuous region denoted by
55 /* ISR-level callback function. Runs in supervisor mode. Does what's needed
172 pending_count--; in writeback_entry()
176 /* Fairly meaningless example to show an application-defined system in writeback_entry()
207 * and add ourself to this domain. We need access to our own in app_a_entry()
217 /* Assign a resource pool to serve for kernel-side allocations on in app_a_entry()
240 -1, K_USER, K_FOREVER); in app_a_entry()
246 * Grant ourselves access to the kernel objects we need for in app_a_entry()
249 * Monitor thread needs access to the message queue shared with the in app_a_entry()
256 /* We now do a one-way transition to user mode, and will end up in app_a_entry()
258 * starts in user mode, but this lets us re-use the current one. in app_a_entry()