Home
last modified time | relevance | path

Searched full:line (Results 1 – 25 of 61) sorted by relevance

123

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
HDportmux_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 … on mux! last non-recursive lock %s line %d, curr %s line %d\n", mux->lastLockedFn, mux->lastLocke…
125 mux->lastLockedLine = line;
129 …ets_printf( "Recursive lock: count=%d last non-recursive lock %s line %d, curr %s line %d\n", mux-…
130 mux->lastLockedFn, mux->lastLockedLine, fnName, line );
140 int line ) argument
154 mux->lastLockedLine = line;
175 …rintf( "Last non-recursive unlock %s line %d, curr unlock %s line %d\n", lastLockedFn, lastLockedL…
191 …ve unlock: count=%d last locked %s line %d, curr %s line %d\n", mux->count, lastLockedFn, lastLock…
HDportmux_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
HDport.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/
HDmanifest_updater.py11 for line in f:
12 line = line.strip()
13 if line.startswith('version'):
16 updated_lines.append(f'{line}\n')
/Kernel-v10.6.2/portable/GCC/AVR32_UC3/
HDportmacro.h150 * The current source file name and line number are output with a colon before
213 /* R0-R7 should not be used below this line */ \
328 …"brhi LABEL_INT_SKIP_SAVE_CONTEXT_%[LINE] \n…
340 … "LABEL_INT_SKIP_SAVE_CONTEXT_%[LINE]:" \
344 … [LINE] "i" (__LINE__) \
367 … "brhi LABEL_INT_SKIP_RESTORE_CONTEXT_%[LINE]" \
369 … : [LINE] "i" (__LINE__) \
388 …"LABEL_INT_SKIP_RESTORE_CONTEXT_%[LINE]: \n…
404 … [LINE] "i" (__LINE__) \
605 "brhi LABEL_ISR_SKIP_SAVE_CONTEXT_%[LINE] \n\t"\
[all …]
/Kernel-v10.6.2/.github/actions/
HDurl_verifier.sh19 while IFS= read -r LINE; do
20 FILE=$(echo $LINE | cut -f 1 -d ':')
21 …URL=$(echo $LINE | grep -IoE '\b(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]*[-A-Za-z0-9+&@#/%…
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
HDREADME.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/
HDREADME.md84 ### Line Endings
85 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings for the best compat…
HD.git-blame-ignore-revs1 # Normalize line endings and whitespace
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
HDxtensa_config.h36 * be defined to be > 0 somewhere above or on the command line.
117 be overridden from the compiler/make command line. */
HDxtensa_context.h324 Note: Because CPP macros expand to a single line, macros requiring multi-line
HDreadme_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:
HDportmacro.h185 defined to be > 0 somewhere above or on the command line. */
/Kernel-v10.6.2/.github/
HDCODEOWNERS1 # Each line is a file pattern followed by one or more owners.
/Kernel-v10.6.2/include/
HDFreeRTOS.h1212 * In line with software engineering best practice, FreeRTOS implements a strict
1264 * In line with software engineering best practice, especially when supplying a
1327 * In line with software engineering best practice, especially when supplying a
1370 * In line with software engineering best practice, especially when supplying a
1398 * In line with software engineering best practice, especially when supplying a
1425 * In line with software engineering best practice, especially when supplying a
/Kernel-v10.6.2/.github/workflows/
HDci.yml64 echo "Files have CRLF line endings."
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/
HDport.c122 * following line of code has no effect. The interrupt priority is set by the
129 * the interrupt is written in assembly, the IPL setting in the following line of
/Kernel-v10.6.2/portable/Softune/MB91460/
HDportmacro.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/
HDportmacro.h81 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the de…
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
HDxtensa_config.h38 * be defined to be > 0 somewhere above or on the command line.
/Kernel-v10.6.2/portable/GCC/NiosII/
HDport.c203 …/* alt_irq_enable_all(status); This line is removed to prevent the interrupt from being immediatel… in _alt_ic_isr_register()
/Kernel-v10.6.2/portable/GCC/ARM7_AT91FR40008/
HDportmacro.h42 than each line having its own asm block.
/Kernel-v10.6.2/portable/GCC/ARM7_LPC2000/
HDportISR.c51 than each line having its own asm block.
/Kernel-v10.6.2/portable/GCC/ARM7_LPC23xx/
HDportmacro.h42 than each line having its own asm block.
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
HDportmacro.h42 than each line having its own asm block.

123