added comment to make sure we add unblock of thread

This commit is contained in:
Joel Sherrill
1996-06-11 22:55:39 +00:00
parent ea1a5bef17
commit 937808f500
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;