Home
last modified time | relevance | path

Searched full:failed (Results 1 – 14 of 14) sorted by relevance

/Kernel-v11.0.1/include/
Dqueue.h327 * // Failed to post the message, even after 10 ticks.
410 * // Failed to post the message, even after 10 ticks.
495 * // Failed to post the message, even after 10 ticks.
668 * // Failed to post the message, even after 10 ticks.
749 * // Failed to create the queue.
878 * // Failed to create the queue.
1410 * // Failed to create the queue.
Dportable.h201 * This hook function is called when allocation failed.
Datomic.h91 #define ATOMIC_COMPARE_AND_SWAP_FAILURE 0x0U /**< Compare and swap failed, did not swap. */
/Kernel-v11.0.1/portable/GCC/TriCore_1782/
Dport.c203 /* Failed to install the yield handler, force an assert. */ in xPortStartScheduler()
213 /* Failed to install the yield handler, force an assert. */ in xPortStartScheduler()
286 /* Failed to install the Tick Interrupt. */ in prvSetupTimerInterrupt()
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/
DFreeRTOSConfig_arch.h93 esp_rom_printf( "%s:%d (%s)- assert failed!\n", __FILE__, __LINE__, \
Dportmacro.h564 …ASSERT( x ) if( !( x ) ) { porttracePrint( -1 ); printf( "\nAssertion failed in %s:%d\n", __FIL…
/Kernel-v11.0.1/.github/workflows/
Dkernel-demos.yml171 echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
/Kernel-v11.0.1/portable/GCC/NiosII/
Dport.c150 /* Failed to install the Interrupt Handler. */ in prvSetupTimerInterrupt()
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h186 …ASSERT( x ) if( !( x ) ) { porttracePrint( -1 ); printf( "\nAssertion failed in %s:%d\n", __FIL…
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_loadstore_handler.S101 src a2, a2, a4 // a2 now instruction that failed
/Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/
Dport.c171 …fprintf( stderr, "[WARN] pthread_attr_setstack failed with return value: %d. Default stack will be… in pxPortInitialiseStack()
/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c285 printf( "SetPriorityClass() failed\r\n" ); in xPortStartScheduler()
/Kernel-v11.0.1/
DHistory.txt1798 indicates the type of queue, mutex, or semaphore that failed to be
Dtasks.c3641 /* Break the loop if any of the idle task is failed to be created. */ in prvCreateIdleTasks()