Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/
Dport.c114 static void prvSuspendSelf( Thread_t * thread );
139 Thread_t * thread; in pxPortInitialiseStack() local
149 thread = ( Thread_t * ) ( pxTopOfStack + 1 ) - 1; in pxPortInitialiseStack()
150 pxTopOfStack = ( StackType_t * ) thread - 1; in pxPortInitialiseStack()
162 thread->pxCode = pxCode; in pxPortInitialiseStack()
163 thread->pvParams = pvParameters; in pxPortInitialiseStack()
164 thread->xDying = pdFALSE; in pxPortInitialiseStack()
175 thread->ev = event_create(); in pxPortInitialiseStack()
179 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()
180 prvWaitForStart, thread ); in pxPortInitialiseStack()
[all …]
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dxtensa_config.h147 #error The selected C runtime library is not thread safe.
Dreadme_xtensa.txt33 thread-safety on a per task basis (for use in tasks only, not interrupt
37 for thread safety. The 'uclibc' library is not reentrant and does not
38 provide thread safety at this time. However, if you are not concerned
224 To build your application with thread-safe C library support, you
255 includes <reent.h> if thread safety for the C libraries is enabled. For
367 thread-safety for the newlib and xclib libraries
/Kernel-v11.0.1/
DHistory.txt680 functionality in a more user friendly way - previously the generic thread
1042 sequence and thread switching timing.
1080 + Added user definable and flexible thread local storage facility.
1696 + Changed the implementation of thread deletes in the Win32 port to prevent
2538 the thread: https://sourceforge.net/forum/message.php?msg_id=3714405