some questions about times function

  • Follow


Dear all:
I have some questions about times.
As far as I know, times will "get process and waited-for child
process
times".
so if the child is not finish or dead, this function will cause the
deadlock, right?
appreciate your help,
miloody
0
Reply miloody (44) 12/9/2010 3:11:27 PM

miloody wrote:

> As far as I know, times will "get process and waited-for child
> process
> times".
> so if the child is not finish or dead, this function will cause the
> deadlock, right?

No, it just means that the child time values returned by times()
do not include the times of children that have not been waited for.

-- 
Geoff Clare <netnews@gclare.org.uk>

0
Reply geoff31 (365) 12/13/2010 1:16:22 PM


1 Replies
53 Views

(page loaded in 0.046 seconds)

Similiar Articles:













7/11/2012 10:28:03 PM


Reply: