package process

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | SIGABRT
  2. | SIGALRM
  3. | SIGFPE
  4. | SIGHUP
  5. | SIGILL
  6. | SIGINT
  7. | SIGKILL
  8. | SIGPIPE
  9. | SIGQUIT
  10. | SIGSEGV
  11. | SIGTERM
  12. | SIGUSR1
  13. | SIGUSR2
  14. | SIGCHLD
  15. | SIGCONT
  16. | SIGSTOP
  17. | SIGTSTP
  18. | SIGTTIN
  19. | SIGTTOU
  20. | SIGVTALRM
  21. | SIGPROF
  22. | Unknown of int
val of_int : int -> t
val to_string : t -> string