Link to home
Start Free TrialLog in
Avatar of faster
faster

asked on

multithread on AIX

I'd like to have an example of using multithread on AIX 4.  The example only need to create another thread and run it.

Please also include the make file.
Avatar of JYoungman
JYoungman

Doesn't AIX support POSIX threads?

ASKER CERTIFIED SOLUTION
Avatar of seedy
seedy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of faster

ASKER

Thanks a lot.  One more question: what is the difference between cc and cc_r?
I *think* cc_r links with thread safe libraries and generates re-entrant code.