can any body say what does pthread_create returns.i created threads which are running but i am getting return values of pthread_create as some negative values .can anybody say what are they?
Did you read the manpage?
RETURN VALUE If successful, the pthread_create() function shall return zero; other- wise, an error number shall be returned to indicate the error.
Did you read the manpage?
Did you read the manpage?