Operating System - HP-UX
1834403 Members
2903 Online
110067 Solutions
New Discussion

Re: 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