How can threads be created in a solaris environment? Write an example
The function thr_create() function can be used for the creation of a thread. The syntax for the creation of a thread is:
The function thr_create() function can be used for the creation of a thread. The syntax for the creation of a thread is:
Post a Comment