Home
last modified time | relevance | path

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

/Kernel-v10.6.2/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.c414 int line ) in vPortCPUAcquireMutex() argument
418 vPortCPUAcquireMutexIntsDisabled( mux, portMUX_NO_TIMEOUT, fnName, line ); in vPortCPUAcquireMutex()
425 int line ) in vPortCPUAcquireMutexTimeout() argument
428 bool result = vPortCPUAcquireMutexIntsDisabled( mux, timeout_cycles, fnName, line ); in vPortCPUAcquireMutexTimeout()
463 int line ) in vPortCPUReleaseMutex() argument
467 vPortCPUReleaseMutexIntsDisabled( mux, fnName, line ); in vPortCPUReleaseMutex()
/Kernel-v10.6.2/.github/scripts/
Dmanifest_updater.py11 for line in f:
12 line = line.strip()
13 if line.startswith('version'):
/Kernel-v10.6.2/
D.git-blame-ignore-revs1 # Normalize line endings and whitespace
DREADME.md85 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings for the best compat…
DCMakeLists.txt47 " or from CMake command line option:\n"
DHistory.txt1069 line up correctly even where task name lengths vary greatly.
1792 + Slightly changed the PIC32 port layer to move an ehb instruction in line
1975 + The linker scripts used with command line GCC demos have been updated to
1978 command line options to reduce or eliminate the eh_frame section all
2423 the project will link correctly when using the command line GCC tools
2538 + Added command line GCC support to the SAM7X lwIP demo. Previously the
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
DREADME.md21 …our environment or via `-DFREERTOS_KERNEL_PATH=/path/to/FreeRTOS-Kernel` on the CMake command line.
23 **NOTE:** If you are using version 1.3.1 or older of the Raspberry Pi Pico SDK then this line must …
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/.github/
DCODEOWNERS1 # Each line is a file pattern followed by one or more owners.
/Kernel-v10.6.2/portable/IAR/AVR32_UC3/
Dexception.s82215 // This function will read group and interrupt line number to then return in
/Kernel-v10.6.2/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: