[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: threads on AIX



Please take this off-topic thread to an AIX or pthread specific forum.

At 10:20 PM 6/2/00 +0200, Monsieur Antoine LEROY wrote:
>>>>
Hello,
I managed to compile a simple C program using one thread on AIX
(with -lpthreads), but the thread never runs !?
(it worked perfectly under Linux or Solaris)
The version of AIX is 4.2
I wrote the simple code :
pthread_t analyse ;
pthread_create(&analyse, NULL, &analyse_t, 0) ;

Do you know that problem ?
Thanks.

<<<<