$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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/