mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 02:20:13 +08:00
posix: Add comment
This commit is contained in:
@@ -37,6 +37,7 @@ void _POSIX_Thread_Evaluate_cancellation_and_enable_dispatch(
|
||||
thread_support->cancelation_requested ) {
|
||||
/* FIXME: This path is broken on SMP */
|
||||
_Thread_Unnest_dispatch();
|
||||
/* FIXME: Cancelability state may change here */
|
||||
_POSIX_Thread_Exit( the_thread, PTHREAD_CANCELED );
|
||||
} else
|
||||
_Objects_Put( &the_thread->Object );
|
||||
|
||||
Reference in New Issue
Block a user