Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c522 uint32_t ulErrorCode; in vPortDeleteThread() local
525 ( void ) ulErrorCode; in vPortDeleteThread()
542 ulErrorCode = TerminateThread( pxThreadState->pvThread, 0 ); in vPortDeleteThread()
543 configASSERT( ulErrorCode ); in vPortDeleteThread()
545 ulErrorCode = CloseHandle( pxThreadState->pvThread ); in vPortDeleteThread()
546 configASSERT( ulErrorCode ); in vPortDeleteThread()
558 uint32_t ulErrorCode; in vPortCloseRunningThread() local
561 ( void ) ulErrorCode; in vPortCloseRunningThread()
582 ulErrorCode = CloseHandle( pvThread ); in vPortCloseRunningThread()
583 configASSERT( ulErrorCode ); in vPortCloseRunningThread()