26 Apr
2024
26 Apr
'24
5:43 p.m.
Em sex., 26 de abr. de 2024 às 14:25, Peter Dimov
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/