The only pthread library functions that I am using are as follows:
- pthread_self
- pthread_attr_destroy
- pthread_attr_init
- pthread_attr_setstacksize
- pthread_create
- pthread_attr_destroy
- pthread_join
- pthread_mutexattr_init
- pthread_mutexattr_setpshared
- pthread_mutexattr_settype
- pthread_mutex_init
- pthread_mutex_destroy
- pthread_mutexattr_destroy
- pthread_mutex_lock
- pthread_mutex_reltimedlock_np
- pthread_mutex_trylock
- pthread_mutex_unlock
- pthread_cond_init
- pthread_cond_destroy
- pthread_cond_signal
- pthread_cond_wait
- pthread_cond_reltimedwait_np

Would any of the above functions cause this problem?
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to