[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
where to call sys_futex() to wake up the parent?
- From: "Hu, Boris" <boris hu intel com>
- To: "NPTL list (E-mail)" <phil-list redhat com>
- Subject: where to call sys_futex() to wake up the parent?
- Date: Fri, 21 Feb 2003 16:42:48 +0800
In nptl tst-basic1.c, the parent process will call
pthread_join()->lll_wait_tid()->sys_futex(WAIT) to
wait the child threads. However, in clone.S, the child thread will call
sys_exit() after running the
start_routine(). I failed to find the sys_futex(WAKE) in sys_exit(). Where
is the child thread to notify
the parent process? thanks a lot.
Boris
=========================
To know what I don't know
To learn what I don't know
To contribute what I know
=========================
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]