討論串cvs commit: src/lib/libthread_xu Makefile pthread.map src/li
共 24 篇文章
內容預覽:
All right, you guys have convinced me we need an exit_group(). type of deal. The linux exit_group() call takes a single. status argument. It is unclea
(還有898個字)
內容預覽:
On Thu, Feb 03, 2005 at 07:31:51AM +0800, David Xu wrote:. > Linux has exit_group() which I think is used to implement exit().. > FreeBSD introduced t
(還有489個字)
內容預覽:
Matthew Dillon wrote:. >:This is fine to me, did you consider how to exit whole process not. >:just a single thread ? right now, I am using _exit(), b
(還有1238個字)
內容預覽:
Matthew Dillon wrote:. >:> (Joerg). >:>. >:> What about something similiar to SIGCHLD?. >:>. >: (David). >:It is better to avoid signal wrapper in thr
(還有668個字)
內容預覽:
The problem with using _exit() to exit all threads is that there. is no way to notify the other threads of the event, and there are. cases where we mi
(還有539個字)