Richard L. Hamilton wrote:
>> hi, in linux I can do following:
>>
>> tid = syscall(SYS_gettid);
>>
>> to get the thread id of the current thread.
>>
>> How do I do this in solaris?
>>
> 
> Why are you using syscall level facilities for threads instead of
> POSIX (pthread_*())?

because school is in session again?
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to