[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
a question about tst-cancel2
- From: "Hu, Boris" <boris hu intel com>
- To: "NPTL list (E-mail)" <phil-list redhat com>
- Subject: a question about tst-cancel2
- Date: Mon, 31 Mar 2003 11:21:49 +0800
when a pthread is created, th->cancelhandling=0;
then pthread_cancel(th) will only mark
th->cancelhandling=4(CANCELED_BITMASK) without
calling __pthread_kill().
Where could I find the place to execute the cancel buf
of th pthread? th pthread calls sys_exit() directly
after return according to clone.S
Do I miss sth? thanks.
boris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]