-
- Downloads
pthread_create attr argument should be passed by value per POSIX
standard. Was working as is only because pthread_attr_t is normally a struct. However, on some systems it may be a integer.
Please register or sign in to comment
standard. Was working as is only because pthread_attr_t is normally a struct. However, on some systems it may be a integer.