Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c511 uint32_t ulErrorCode; in vPortDeleteThread() local
514 ( void ) ulErrorCode; in vPortDeleteThread()
531 ulErrorCode = TerminateThread( pxThreadState->pvThread, 0 ); in vPortDeleteThread()
532 configASSERT( ulErrorCode ); in vPortDeleteThread()
534 ulErrorCode = CloseHandle( pxThreadState->pvThread ); in vPortDeleteThread()
535 configASSERT( ulErrorCode ); in vPortDeleteThread()
547 uint32_t ulErrorCode; in vPortCloseRunningThread() local
550 ( void ) ulErrorCode; in vPortCloseRunningThread()
571 ulErrorCode = CloseHandle( pvThread ); in vPortCloseRunningThread()
572 configASSERT( ulErrorCode ); in vPortCloseRunningThread()