Hi, How to find the Thread ID if i create a thread using "pcreate_thread". Thanks, Robin
Do you mean pthread_create()? If so, the first argument is a pointer to a pthread_t where the function stores the thread ID. See: http://www.qnx.com/developers/docs/6.4.1/neutrino/lib_ref/p/pthread_crea te.html Steve Reid (stever@qnx.com) Technical Editor QNX Software Systems > -----Original Message----- > From: Robin wood [mailto:community-noreply@qnx.com] > Sent: Monday, December 14, 2009 8:45 AM > To: momentics-community > Subject: pcreate_thread > > Hi, > > How to find the Thread ID if i create a thread using "pcreate_thread". > > Thanks, > Robin > > > > _______________________________________________ > > QNX Momentics Community Support > http://community.qnx.com/sf/go/post43780 > >