Searched refs:thr_err (Results 1 – 1 of 1) sorted by relevance
131 int thr_err; in ses_start() local138 thr_err = thr_create(NULL, 0, ses_handler, (void *)fd, in ses_start()141 return ((thr_err) ? -1 : 0); in ses_start()772 int thr_err; in ses_alloc() local774 thr_err = thr_keycreate_once(&ses_key, NULL); in ses_alloc()775 if (thr_err) in ses_alloc()791 thr_err = thr_setspecific(ses_key, sp); in ses_alloc()793 return ((thr_err) ? -1 : 0); in ses_alloc()