pthread_create() question

From: David Worthen (djw_at_connecttech.com)
Date: 07/01/04

  • Next message: Måns Rullgård: "Re: pthread_create() question"
    Date: Thu, 1 Jul 2004 11:31:02 -0400
    
    

    Hi All,
    I am using pthread_create() to start a child thread; it seems to be working
    fine but when I do a "ps" I find that I have 3 processes running instead of
    the expected 2.

    Is this normal behavior for pthread_create() and ps?

    Thanks, David


  • Next message: Måns Rullgård: "Re: pthread_create() question"