Searched refs:pthread (Results 1 – 2 of 2) sorted by relevance
85 pthread_t pthread; member199 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()397 pthread_kill( thread->pthread, SIGALRM ); in prvTimerTickHandler()478 pthread_cancel( pxThreadToCancel->pthread ); in vPortCancelThread()480 pthread_join( pxThreadToCancel->pthread, NULL ); in vPortCancelThread()565 if( pthread_self() != xThreadId->pthread ) in prvResumeThread()
47 + Update the POSIX port to pass the FreeRTOS task name to pthread for50 pass the stack size to the pthread API to avoid errors caused when stack size