Operating System - HP-UX
1833875 Members
1743 Online
110063 Solutions
New Discussion

task library to be replaced by pthread library

 
SOLVED
Go to solution
Prashun Gupta
Advisor

task library to be replaced by pthread library

Dear Gentlemen,
I need to replace task library used in on eof my porting assignments by pthread library. I need more information/links.

Regards
Prashun Gupta
1 REPLY 1
Wodisch_1
Honored Contributor
Solution

Re: task library to be replaced by pthread library

Hi Prashun,

the O'Reilly book "Programming pThreads" is not that bad:
http://www.oreilly.com/catalog/pthread/

but are you really asking about POSIX threads, or do you need DCE threads?
There is are quite some differences...

Have a look on http://docs.hp.com for HP's original documentation

HTH,
Wodisch