Home
last modified time | relevance | path

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

/Kernel-v10.6.2/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 = ( 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 …]
/Kernel-v10.6.2/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-v10.6.2/
DHistory.txt588 functionality in a more user friendly way - previously the generic thread
950 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 prevent
2446 the thread: https://sourceforge.net/forum/message.php?msg_id=3714405