Searched refs:thread (Results 1 – 4 of 4) sorted by relevance
114 static void prvSuspendSelf( Thread_t * thread );139 Thread_t * thread; in pxPortInitialiseStack() local149 thread = ( Thread_t * ) ( pxTopOfStack + 1 ) - 1; in pxPortInitialiseStack()150 pxTopOfStack = ( portSTACK_TYPE * ) thread - 1; in pxPortInitialiseStack()158 thread->pxCode = pxCode; in pxPortInitialiseStack()159 thread->pvParams = pvParameters; in pxPortInitialiseStack()160 thread->xDying = pdFALSE; in pxPortInitialiseStack()170 thread->ev = event_create(); in pxPortInitialiseStack()174 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()175 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
588 functionality in a more user friendly way - previously the generic thread950 sequence and thread switching timing.988 + Added user definable and flexible thread local storage facility.1604 + Changed the implementation of thread deletes in the Win32 port to prevent2446 the thread: https://sourceforge.net/forum/message.php?msg_id=3714405