Boost logo

Boost :

From: Vinícius dos Santos Oliveira (vini.ipsmaker_at_[hidden])
Date: 2024-04-26 17:43:22


Em sex., 26 de abr. de 2024 às 14:25, Peter Dimov <pdimov_at_[hidden]> escreveu:
> So I'm at a loss here. More printf debugging (printing the return values in both
> cases) is needed.

Same here. EINTR should only happen for UNIX signals AFAIK (and
SIGABRT only happens much later... after the call to
pthread_mutex_detroy already returned, so it's not important yet).
However glibc isn't even using syscalls for pthread_mutex_destroy from
what I'm seeing:
https://github.com/bminor/glibc/blob/master/nptl/pthread_mutex_destroy.c

-- 
Vinícius dos Santos Oliveira
https://vinipsmaker.github.io/

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk