Changes between Initial Version and Version 1 of Ticket #4679
- Timestamp:
- 07/19/22 06:44:07 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4679 – Description
initial v1 1 Threads may join the thread termination of another thread using the `pthread_join()` or `rtems_task_delete()` directives. Currently, the thread joinoperation uses a special case priority boosting mechanism:1 Threads may join the thread termination of another thread using the `pthread_join()` or `rtems_task_delete()` directives. Currently, the thread cancel operation uses a special case priority boosting mechanism: 2 2 {{{#!c 3 3 static void _Thread_Raise_real_priority(