Home
last modified time | relevance | path

Searched refs:policies (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/samples/posix/philosophers/
DCMakeLists.txt8 # For translating POSIX scheduler policies and priorities to
/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c464 static const int policies[] = { in ZTEST() local
494 ARRAY_FOR_EACH(policies, policy) { in ZTEST()
499 pmin = sched_get_priority_min(policies[policy]); in ZTEST()
502 pmax = sched_get_priority_max(policies[policy]); in ZTEST()
553 pthread_attr_setschedpolicy(&attr, policies[policy])); in ZTEST()
562 zassert_ok(pthread_attr_setschedpolicy(&attr, policies[policy]), in ZTEST()
/Zephyr-latest/subsys/usb/usb_c/
DKconfig45 bool "Generate VIF policies of USB-C in XML format"
48 Generate XML file containing VIF policies during project build.
/Zephyr-latest/cmake/
Dvif.cmake4 # Generates USB-C VIF policies in XML format from device tree.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_mac.rst13 system security policies that are applied to applications launched from the
/Zephyr-latest/samples/subsys/usb_c/sink/
DREADME.rst11 how to generate USB VIF policies in XML format using the USB-C subsystem. The
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst7 maintenance and enhancements there are some general policies that should
14 configuration structure. The following policies should be followed when
/Zephyr-latest/doc/project/
Dmodifying_contributions.rst34 Accepted policies
/Zephyr-latest/doc/services/resource_management/
Dindex.rst13 Zephyr provides managers for several coordination policies. These
/Zephyr-latest/subsys/pm/
DKconfig18 policies whenever the kernel becomes idle. The kernel informs the
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst21 * Following policies can be applied when requested space cannot be allocated:
/Zephyr-latest/doc/services/pm/
Dsystem.rst84 The power management subsystem supports the following power management policies:
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst148 Adding more constraints, the Zephyr project has demanding policies
164 enforces policies and maintains such combinatorial explosions under some
/Zephyr-latest/arch/arm/
DKconfig171 used to set Flash and SRAM default access policies and
/Zephyr-latest/doc/develop/
Dmodules.rst38 This page summarizes a list of policies and best practices which aim at
202 counterpart following the policies described in
296 Licensing requirements and policies
326 License policies argument
/Zephyr-latest/arch/
DKconfig930 have the following access policies applied for all threads, including
940 impose additional policies on the memory map, which may be global
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst403 same device policies for initialization level and priority apply.
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst25 write-back policies for basic hardware and driver function. Note that most
Dsyscalls.rst606 There are some known exceptions to these policies currently in Zephyr:
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst444 Arm memory map policies, allowing for privileged-only RWX permissions on SRAM).
/Zephyr-latest/doc/contribute/
Dguidelines.rst177 :ref:`modifying_contributions` describes additional recommended policies
/Zephyr-latest/doc/hardware/porting/
Darch.rst463 policies that could include locking interrupts and spinning forever
/Zephyr-latest/
DCMakeLists.txt2048 # Generate USB-C VIF policies in XML format
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst1373 * :github:`13075` - Review memory protection Kconfig policies for consistency and sanity
Drelease-notes-2.4.rst1443 * :github:`26172` - Zephyr Master/Slave not conforming with Core Spec. 5.2 connection policies

12