pthread_create return int value of -1; I am not sure what is this error code is


pthread_create return int value of -1; I am not sure what is this error code is
I am new to pthread_create and posix threads, I am tried to develop multi thread program using pthread_create but it is failing with return value of -1. I tried to search what is this error code but could not find any? Do anyone know what is this return code of -1 is?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment