Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/
A Dport.c122 static void prvSuspendSelf( Thread_t * thread );
216 Thread_t * thread; in pxPortInitialiseStack() local
226 thread = ( Thread_t * ) ( pxTopOfStack + 1 ) - 1; in pxPortInitialiseStack()
227 pxTopOfStack = ( StackType_t * ) thread - 1; in pxPortInitialiseStack()
233 thread->pxCode = pxCode; in pxPortInitialiseStack()
234 thread->pvParams = pvParameters; in pxPortInitialiseStack()
235 thread->xDying = pdFALSE; in pxPortInitialiseStack()
239 thread->ev = event_create(); in pxPortInitialiseStack()
466 pthread_kill( thread->pthread, SIGALRM ); in prvTimerTickHandler()
603 static void prvSuspendSelf( Thread_t * thread ) in prvSuspendSelf() argument
[all …]
/FreeRTOS-Kernel/
A DHistory.txt27 hangs when a thread dies while holding a mutex.
29 vPortEndScheduler is called from a non-FreeRTOS thread. We thank
34 thread. We thank @johnboiles for their contribution.
40 port to enable native windows thread to synchronize with FreeRTOS task
188 + Update the POSIX port to use a timer thread for tick interrupts instead of
892 functionality in a more user friendly way - previously the generic thread
1254 sequence and thread switching timing.
1292 + Added user definable and flexible thread local storage facility.
1908 + Changed the implementation of thread deletes in the Win32 port to prevent
2750 the thread: https://sourceforge.net/forum/message.php?msg_id=3714405

Completed in 9 milliseconds