Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c121 static void prvSuspendSelf( Thread_t * thread );
157 Thread_t * thread; in pxPortInitialiseStack() local
167 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 …]
/Kernel-v11.1.0/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.1.0/
DHistory.txt53 + Update the POSIX port to use a timer thread for tick interrupts instead of
757 functionality in a more user friendly way - previously the generic thread
1119 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 prevent
2615 the thread: https://sourceforge.net/forum/message.php?msg_id=3714405