Home
last modified time | relevance | path

Searched refs:line (Results 1 – 17 of 17) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportmux_impl.inc.h27 int line ) argument
62 …quireMutex: mux %p is uninitialized (0x%X)! Called from %s line %d.\n", mux, owner, fnName, line );
105 …ursive lock %s line %d, curr %s line %d\n", mux->lastLockedFn, mux->lastLockedLine, fnName, line );
125 mux->lastLockedLine = line;
130 mux->lastLockedFn, mux->lastLockedLine, fnName, line );
140 int line ) argument
154 mux->lastLockedLine = line;
175 …cursive unlock %s line %d, curr unlock %s line %d\n", lastLockedFn, lastLockedLine, fnName, line );
191 …st locked %s line %d, curr %s line %d\n", mux->count, lastLockedFn, lastLockedLine, fnName, line );
Dportmux_impl.h66 …ORTMUX_AQUIRE_MUX_FN_ARGS portMUX_TYPE * mux, int timeout_cycles, const char * fnName, int line
67 #define PORTMUX_RELEASE_MUX_FN_ARGS portMUX_TYPE * mux, const char * fnName, int line
68 #define PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( x ) x, timeout_cycles, fnName, line
69 #define PORTMUX_RELEASE_MUX_FN_CALL_ARGS( x ) x, fnName, line
Dport.c418 int line ) in vPortCPUAcquireMutex() argument
422 vPortCPUAcquireMutexIntsDisabled( mux, portMUX_NO_TIMEOUT, fnName, line ); in vPortCPUAcquireMutex()
429 int line ) in vPortCPUAcquireMutexTimeout() argument
432 bool result = vPortCPUAcquireMutexIntsDisabled( mux, timeout_cycles, fnName, line ); in vPortCPUAcquireMutexTimeout()
467 int line ) in vPortCPUReleaseMutex() argument
471 vPortCPUReleaseMutexIntsDisabled( mux, fnName, line ); in vPortCPUReleaseMutex()
/Kernel-v11.1.0/.github/scripts/
Dmanifest_updater.py11 for line in f:
12 line = line.strip()
13 if line.startswith('version'):
/Kernel-v11.1.0/
D.git-blame-ignore-revs1 # Normalize line endings and whitespace
DREADME.md141 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings
DCMakeLists.txt46 " or from CMake command line option:\n"
DHistory.txt1238 line up correctly even where task name lengths vary greatly.
1961 + Slightly changed the PIC32 port layer to move an ehb instruction in line
2144 + The linker scripts used with command line GCC demos have been updated to
2147 command line options to reduce or eliminate the eh_frame section all
2592 the project will link correctly when using the command line GCC tools
2707 + Added command line GCC support to the SAM7X lwIP demo. Previously the
/Kernel-v11.1.0/portable/IAR/RISC-V/
Dchip_extensions.cmake10 " or from CMake command line option:\n"
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dchip_extensions.cmake13 " or from CMake command line option:\n"
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
DREADME.md22 …our environment or via `-DFREERTOS_KERNEL_PATH=/path/to/FreeRTOS-Kernel` on the CMake command line.
24 **NOTE:** If you are using version 1.3.1 or older of the Raspberry Pi Pico SDK then this line must …
/Kernel-v11.1.0/portable/Softune/MB91460/
Dportmacro.h75 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - 30 (1Eh) being th…
/Kernel-v11.1.0/portable/Softune/MB96340/
Dportmacro.h81 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the de…
/Kernel-v11.1.0/.github/
DCODEOWNERS1 # Each line is a file pattern followed by one or more owners.
Dpull_request_process.md102 Pull requests older than 120 days or not in-line with scope of the project will be closed. Exceptio…
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dexception.s82215 // This function will read group and interrupt line number to then return in
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt220 xt-make command line). The resulting ELF files can be downloaded and
235 line. Note that the default xtensa_config.h provided with this port does
346 CFLAGS variable in the make command line, for example: