Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/
Dport.c79 pthread_t pthread; member
179 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()
465 pthread_cancel( pxThreadToCancel->pthread ); in vPortCancelThread()
466 pthread_join( pxThreadToCancel->pthread, NULL ); in vPortCancelThread()
547 if( pthread_self() != xThreadId->pthread ) in prvResumeThread()