mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-19 03:34:17 +03:00
normal exit from timer thread should run dtors, restore cancel state
This commit is contained in:
parent
c516807173
commit
8b625e45ff
@ -40,7 +40,7 @@ static void timer_handler(int sig, siginfo_t *si, void *ctx)
|
||||
if (!setjmp(jb) && si->si_code == SI_TIMER) {
|
||||
pthread_cleanup_push(cleanup_fromsig, jb);
|
||||
notify(val);
|
||||
pthread_cleanup_pop(0);
|
||||
pthread_cleanup_pop(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user