Searched refs:thread (Results 1 – 4 of 4) sorted by relevance
121 static void prvSuspendSelf( Thread_t * thread );157 Thread_t * thread; in pxPortInitialiseStack() local167 thread = ( Thread_t * ) ( pxTopOfStack + 1 ) - 1; in pxPortInitialiseStack()168 pxTopOfStack = ( StackType_t * ) thread - 1; in pxPortInitialiseStack()180 thread->pxCode = pxCode; in pxPortInitialiseStack()181 thread->pvParams = pvParameters; in pxPortInitialiseStack()182 thread->xDying = pdFALSE; in pxPortInitialiseStack()195 thread->ev = event_create(); in pxPortInitialiseStack()199 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()200 prvWaitForStart, thread ); in pxPortInitialiseStack()[all …]
147 #error The selected C runtime library is not thread safe.
33 thread-safety on a per task basis (for use in tasks only, not interrupt37 for thread safety. The 'uclibc' library is not reentrant and does not38 provide thread safety at this time. However, if you are not concerned224 To build your application with thread-safe C library support, you255 includes <reent.h> if thread safety for the C libraries is enabled. For367 thread-safety for the newlib and xclib libraries
53 + Update the POSIX port to use a timer thread for tick interrupts instead of757 functionality in a more user friendly way - previously the generic thread1119 sequence and thread switching timing.1157 + Added user definable and flexible thread local storage facility.1773 + Changed the implementation of thread deletes in the Win32 port to prevent2615 the thread: https://sourceforge.net/forum/message.php?msg_id=3714405