Home
last modified time | relevance | path

Searched refs:never (Results 1 – 25 of 85) sorted by relevance

1234

/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl2 -call_properties+={"name(z_phys_map)", {"pointee_read(1=never)","pointee_write(1=always)","taken()"…
3 -call_properties+={"name(pcie_get_mbar)", {"pointee_read(3=never)","pointee_write(3=maybe)","taken(…
5 "pointee_read(1..2=never)",
9 "pointee_read(1..2=never&&3..4=always)",
10 "pointee_write(1..2=maybe&&3..4=never)"
12 -call_properties+={"name(z_phys_unmap)", {"pointee_read(1=never)","pointee_write(1=never)"}}
13 -call_properties+={"name(check_sum)", {"pointee_read(1=always)","pointee_write(1=never)"}}
15 -call_properties+={"name(z_setup_new_thread)", {"pointee_read(10=maybe)","pointee_write(10=never)",…
19 -call_properties+={"name(size_mul_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","t…
20 -call_properties+={"name(size_add_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","t…
[all …]
/Zephyr-latest/doc/
DLICENSING.rst18 * *Impact:* These files are used in Continuous Integration (CI) and never linked into the firmware.
30 …* *Impact:* These files are used by `Coccinelle`_, a tool for transforming C-code, and never linked
63 :zephyr:board:`kb1200_evb` board. It is never linked into the firmware.
106 * *Impact:* These are only used for testing and never linked with the firmware.
/Zephyr-latest/scripts/coccinelle/
Dignore_return.cocci3 //# The return of memset and memcpy is never checked and therefore
/Zephyr-latest/doc/develop/west/
Dalias.rst48 west config --global alias.run "build --pristine=never --target run"
49 west config --global alias.menuconfig "build --pristine=never --target menuconfig"
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.icmsg_me12 function. If you are sure that your application never sends data
/Zephyr-latest/cmake/modules/
DFindDtc.cmake48 # Treat it as DTC was never found by resetting the result from `find_program()`
DFindBabbleSim.cmake86 message(WARNING "BabbleSim was never compiled (${version_file} not found)")
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell42 the shell from becoming locked if it never receives the full packet
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfd_srv.rst27 specific, and may contain data from other vendors. The application should never attempt to execute
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst66 * An insertion or deletion never needs to check for the special case
67 of inserting at the head or tail. There are never any NULL pointers
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst25 the timer ISR is never actually called during normal operation, as the timer is
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.l2cap23 queued TX buffers never need to be fragmented, i.e. that the
/Zephyr-latest/arch/x86/zefi/
DREADME.txt59 the compiler (not the linker) knows a-priori will never be in
76 relocation of our own). Will probably never happen unless we move to
/Zephyr-latest/cmake/compiler/iar/
Dcompiler_flags.cmake42 --diag_suppress=Pe550 # variable "res" was set but never used
54 --diag_suppress=Pe177 # function "xxx" was declared but never referenced
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.saml2x15 If you are confident that you will never attach a debugger to the
/Zephyr-latest/subsys/debug/coredump/
DKconfig118 Say n to conserve space on coredump backend or if you will never
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst35 and never terminates.
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
DKconfig.icmsg_v147 imposed by the system workqueue, such as never performing blocking
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst69 that will never see more than a small number (3, maybe) of runnable threads in
186 time slicing, and are never preempted by a thread of equal priority.
194 execute. However, the algorithm *does* ensure that a thread never executes
329 until *another* interrupt occurs, which might be *never*, thus hanging the
/Zephyr-latest/doc/services/tfm/
Dintegration.rst15 Generally, this value should never be set at the application level, however,
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst12 Private kernel data should never be made available to user mode threads
18 supervisor mode should never be exposed as system calls. Reserve these
31 ``SYSCALL_INCLUDE_DIRS`` directory. This prototype is never implemented
380 user threads will never have access to. The implementation functions get passed
387 contents are never used for any validation or control flow. Further
484 should never be used to verify if resource allocation has been successful.
538 only write this data, and never read it.
/Zephyr-latest/drivers/timer/
DKconfig.cortex_m_systick75 The SoC must never enter a low-power mode where SysTick is disabled when
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg39 imposed by the system workqueue, such as never performing blocking
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst34 * Obtaining the raw sensor data, decoding never, later, or on a separate
/Zephyr-latest/tests/bsim/bluetooth/mesh/
DREADME.rst85 The mesh_test module is never called from the framework, so each test harness

1234