Home
last modified time | relevance | path

Searched refs:granted (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/lib/ringbuffer/src/
Dmain.c611 uint32_t granted; in ZTEST() local
617 granted = ring_buf_get_claim(&ringbuf_raw, &data, RINGBUFFER_SIZE); in ZTEST()
618 zassert_true(granted == 0U); in ZTEST()
624 granted = ring_buf_get_claim(&ringbuf_raw, &data, in ZTEST()
627 if (granted == (RINGBUFFER_SIZE-2)) { in ZTEST()
628 zassert_true(memcmp(indata, data, granted) == 0); in ZTEST()
629 } else if (granted < (RINGBUFFER_SIZE-2)) { in ZTEST()
631 uint32_t granted_1 = granted; in ZTEST()
633 zassert_true(memcmp(indata, data, granted) == 0); in ZTEST()
634 granted = ring_buf_get_claim(&ringbuf_raw, &data, in ZTEST()
[all …]
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst34 - We prevent access to memory not specifically granted, or incorrect access to
62 - User threads by default are not granted default access to any memory
65 - We prevent use of device drivers or kernel objects not specifically granted,
139 granted by a supervisor thread using the memory domain APIs. Newly created
152 driver other than their own thread object. Such access must be granted by
154 the receiving thread object and the kernel object being granted access to.
156 permissions of all kernel objects granted to the parent, except the parent
Dkernelobjects.rst144 thread will then run in user mode with any permissions it had been granted
148 :c:macro:`K_INHERIT_PERMS` option, the child thread will be granted the
156 Access to them needs to be explicitly or implicitly granted. There are several
168 :c:func:`k_object_access_grant` on each of them. The thread being granted
169 permission, or the object whose access is being granted, do not need to be
183 Once a thread has been granted access to an object, such access may be
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css11 Permission is hereby granted, free of charge, to any person obtaining a copy
Ddoxygen-awesome-sidebar-only.css10 Permission is hereby granted, free of charge, to any person obtaining a copy
Ddoxygen-awesome.css10 Permission is hereby granted, free of charge, to any person obtaining a copy
/Zephyr-latest/doc/services/resource_management/
Dindex.rst61 that have been granted a request.
/Zephyr-latest/doc/project/
Dproject_roles.rst34 Contributors are granted the following rights and responsibilities:
61 Contributors who show dedication and skill are granted the Triage permission
68 Contributors granted the Triage permission level are permitted to add reviewers
Drelease_process.rst26 changes such as bug fixes and documentation will be merged unless granted a
130 A fix for a bug that is granted ``blocker`` status can be merged to 'main' and included in
/Zephyr-latest/
DLICENSE24 exercising permissions granted by this License.
86 granted to You under this License for that Work shall terminate
/Zephyr-latest/modules/hal_nordic/
DKconfig44 assumes that access to the radio peripheral is granted indefinitely.
/Zephyr-latest/doc/kernel/memory_management/
Dvirtual_memory.rst151 * Stacks for user mode threads are automatically granted read-write access
/Zephyr-latest/doc/security/
Dreporting.rst13 advisory GitHub_. The original submitter will be granted permission to
Dsecure-coding.rst83 more need to be satisfied before access is granted. In the context
Dsecurity-overview.rst304 more need to be satisfied before access is granted. In the
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst481 * The calling thread must have permissions granted on both the child thread
/Zephyr-latest/scripts/
Dspelling.txt753 grranted||granted
/Zephyr-latest/kernel/
DKconfig108 "promise" of non-preemptibility granted by the current API
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst118 are made to what listener will be granted the object, as only the first claim is served.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst27 Expand enforcement to the wider codebase. Exceptions may be granted on some