mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
added comment to make sure we add unblock of thread
This commit is contained in:
@@ -821,6 +821,8 @@ int kill(
|
||||
*/
|
||||
|
||||
process_it:
|
||||
/* XXX what if the thread is blocked? -- need code from pthread_kill */
|
||||
/* XXX and it needs to be in a subroutine */
|
||||
api = the_thread->API_Extensions[ THREAD_API_POSIX ];
|
||||
|
||||
the_thread->do_post_task_switch_extension = TRUE;
|
||||
|
||||
@@ -821,6 +821,8 @@ int kill(
|
||||
*/
|
||||
|
||||
process_it:
|
||||
/* XXX what if the thread is blocked? -- need code from pthread_kill */
|
||||
/* XXX and it needs to be in a subroutine */
|
||||
api = the_thread->API_Extensions[ THREAD_API_POSIX ];
|
||||
|
||||
the_thread->do_post_task_switch_extension = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user