Searched full:safe (Results 1 – 25 of 330) sorted by relevance
12345678910>>...14
| /Zephyr-latest/cmake/sca/eclair/ECL/ |
| D | adopted_deviations.ecl | 14 -config=MC3R1.R7.2,reports+={safe,"all_area(all_loc(any_exp(macro(^assert$))))"} 18 -config=STD.prepdirc,directives+={safe,"^include_next$"} 20 -config=STD.prepdirc,directives+={safe,"^warning$"} 24 -config=MC3R1.R2.3,declarations+={safe,"loc(top(public()))"} 27 -config=MC3R1.R2.1,declarations+={safe,"loc(top(public()))"} 30 -config=MC3R1.R8.7,declarations+={safe,"loc(top(public()))"} 43 -config=MC3R1.R8.6,declarations+={safe, "loc(top(file(^zephyr/build/zephyr/include/generated/.*$)))…
|
| D | zephyr_common_config.ecl | 19 -doc_begin="These macros pass its first argument in a safe way to related compiler intrinsics." 20 -config=MC3R1.R20.7,macros={safe,"^(va_start||va_arg)$"} 23 -doc_begin="The value-preserving conversions of integer constants are safe" 24 -config=MC3R1.R10.1,etypes={safe,"any()","preserved_integer_constant()"} 25 -config=MC3R1.R10.3,etypes={safe,"any()","preserved_integer_constant()"} 26 -config=MC3R1.R10.4,etypes={safe,"any()","preserved_integer_constant()||sibling(rhs,preserved_integ… 31 -config=MC3R1.R14.3,statements={safe, "node(if_stmt||conditional_operator)&&child(cond,wrapped(node… 34 -doc="Casts to log_arg_t in logging macros are safe and expected." 95 -config=MC3R1.R2.1,reports+={safe,"any_area(any_loc(any_exp(macro(name(CODE_UNREACHABLE)))))"} 108 -doc="Hide reports marked as safe." [all …]
|
| /Zephyr-latest/scripts/west_commands/zspdx/ |
| D | spdxids.py | 10 Converts a character to an SPDX-ID-safe character. 14 Returns: c if it is SPDX-ID-safe (letter, number, '-' or '.'); 24 Converts a filename or other string to only SPDX-ID-safe characters. 31 Returns: string with all non-safe characters replaced with dashes.
|
| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_nxp_fs26.h | 12 /* Main or Fail-safe register selection (M/FS) */ 30 /* Fail Safe State machine status (FS_EN) */ 32 /* Interrupt notification from the Fail-Safe domain */ 97 /* FS26 Fail Safe register map */ 128 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_PRE */ 135 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_PRE */ 142 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_CORE */ 149 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_CORE */ 156 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_LDO1 */ 163 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_LDO1 */ [all …]
|
| /Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/ |
| D | conn.h | 14 * Thread-safe: 66 * Thread-safe. 72 * called. This is only truly safe in a simulated environment. 79 * Thread-safe. 86 * Thread-safe. 129 * Thread-safe.
|
| /Zephyr-latest/include/zephyr/sys/ |
| D | slist.h | 15 * This API is not thread safe, and thus if a list is used across threads, 61 * This and other SYS_SLIST_*() macros are not thread safe. 83 * This and other SYS_SLIST_*() macros are not thread safe. 102 * This and other SYS_SLIST_*() macros are not thread safe. 113 * Note: it is safe to use with NULL pointer nodes 297 * This and other sys_slist_*() functions are not thread safe. 310 * This and other sys_slist_*() functions are not thread safe. 325 * This and other sys_slist_*() functions are not thread safe. 342 * This and other sys_slist_*() functions are not thread safe. 355 * This and other sys_slist_*() functions are not thread safe. [all …]
|
| D | sflist.h | 19 * This API is not thread safe, and thus if a list is used across threads, 66 * This and other SYS_SFLIST_*() macros are not thread safe. 88 * This and other SYS_SFLIST_*() macros are not thread safe. 107 * This and other SYS_SFLIST_*() macros are not thread safe. 118 * Note: it is safe to use with NULL pointer nodes 365 * This and other sys_sflist_*() functions are not thread safe. 378 * This and other sys_sflist_*() functions are not thread safe. 393 * This and other sys_sflist_*() functions are not thread safe. 410 * This and other sys_sflist_*() functions are not thread safe. 423 * This and other sys_sflist_*() functions are not thread safe. [all …]
|
| D | dlist.h | 15 * This API is not thread safe, and thus if a list is used across threads, 67 * This and other SYS_DLIST_*() macros are not thread safe. 90 * This and other SYS_DLIST_*() macros are not thread safe. 112 * This and other SYS_DLIST_*() macros are not thread safe. 126 * Note: it is safe to use with NULL pointer nodes 282 * This and other sys_dlist_*() functions are not thread safe. 406 * This and other sys_dlist_*() functions are not thread safe. 426 * This and other sys_dlist_*() functions are not thread safe. 467 * This and other sys_dlist_*() functions are not thread safe. 505 * This and other sys_dlist_*() functions are not thread safe. [all …]
|
| D | spsc_lockfree.h | 26 * @brief A lock-free and type safe power of 2 fixed sized single producer 32 * single-producer single-consumer safe semantics without locks. Elements are 33 * expected to be of a fixed size. The API is type safe as the underlying buffer 41 * An SPSC queue is safe to produce or consume in an ISR with O(1) push/pull. 43 * @warning SPSC is *not* safe to produce or consume in multiple execution 46 * Safe usage would be, where A and B are unique execution contexts: 150 * Note that this is not safe to do while being used in a producer/consumer
|
| /Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
| D | smp_udp.h | 24 * @note API is not thread safe. 34 * @note API is not thread safe.
|
| /Zephyr-latest/drivers/regulator/ |
| D | Kconfig | 12 bool "Thread-safe reference counting" 16 When enabled, regulator reference counting is thread-safe.
|
| /Zephyr-latest/soc/nordic/common/ |
| D | nrf_sys_event.c | 13 * we implement an ISR and concurrent access safe reference counting implementation 71 * The nrfx power driver already contains an ISR and concurrent access safe reference
|
| /Zephyr-latest/tests/subsys/pm/device_runtime_api/ |
| D | Kconfig | 8 bool "Use ISR safe PM for the test"
|
| /Zephyr-latest/tests/kernel/workq/work_queue/ |
| D | prj.conf | 6 # Not a single test case here is SMP-safe. Save the cycles needed for
|
| /Zephyr-latest/arch/arm64/core/ |
| D | Kconfig | 139 bool "To enable the safe exception stack" 141 The safe exception stack is used for checking whether the kernel stack 162 int "The stack size of the safe exception stack" 166 The stack size of the safe exception stack. The safe exception stack
|
| /Zephyr-latest/tests/subsys/llext/ |
| D | no_mem_protection.conf | 4 # so it is safe to group different arch-specific settings here.
|
| /Zephyr-latest/lib/posix/options/getopt/ |
| D | getopt_common.c | 14 /* Referring below variables is not thread safe. They reflects getopt state 41 /* This function is not thread safe. All threads using getopt are calling
|
| D | getopt_common.h | 14 /* This function is not thread safe. All threads using getopt are calling
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.file_system_r | 6 bool "Thread-Safe File System"
|
| /Zephyr-latest/soc/nxp/imx/imx8m/ |
| D | Kconfig.defconfig.mimx8ml8_a53 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
| D | Kconfig.defconfig.mimx8mm6_a53 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
| D | Kconfig.defconfig.mimx8mn6_a53 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
| /Zephyr-latest/soc/nxp/imx/imx9/imx93/ |
| D | Kconfig.defconfig.mimx93.a55 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
| /Zephyr-latest/soc/nxp/imx/imx9/imx95/ |
| D | Kconfig.defconfig.mimx95.a55 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
| /Zephyr-latest/lib/libc/common/ |
| D | Kconfig | 15 bool "Thread-safe version of asctime()" 27 bool "Thread-safe version of ctime()"
|
12345678910>>...14