OCaml
Signal handling checkpoints and Mutex.lock
Learning
cvine
June 24, 2024, 10:54pm
22
All the POSIX exec()s are async-signal-safe except execvp()
[edit]
and execlp().
← previous page
Related topics
Topic
Replies
Views
Activity
Signal management in Sys (Sys.set_signal)
Learning
7
2208
February 25, 2018
Signal delivery in OCaml 4.06 vs. OCaml 4.07
Learning
2
767
January 28, 2019
EINTR and SA_RESTART support in the OCaml runtime
Ecosystem
unix
4
230
September 7, 2024
Caml_thread_tick and signal SIGPREEMPTION
Community
4
773
August 11, 2023
Lwt - how to catch exceptions raised by signal handlers?
Learning
lwt
8
3497
November 23, 2017