From: "Ted Unangst" Subject: Re: rpki-client: add error checks for pthread_* calls To: "Claudio Jeker" Cc: "Theo Buehler" , "Job Snijders" , tech@openbsd.org Date: Tue, 24 Jun 2025 01:08:39 -0400 On 2025-06-23, Claudio Jeker wrote: > The pthread api is just painful. Some stuff just can't fail (or should > blow up if held wrong). This is where I'm not sure if adding all those > checks will actually do any good. Didn't I mention that the pthread API is > painful... there is also mutex type strict (np), just throwing that out there.