0 | module System.Linux.Pthreads
2 | import System.Linux.Pthreads.Prim as P
5 | import System.Posix.Signal
6 | import public System.Posix.Pthreads
14 | pthreadSigqueue : Has Errno es => EIO1 f => PthreadT -> Signal -> (word : CInt) -> f es ()
15 | pthreadSigqueue p s word = elift1 (P.pthreadSigqueue p s word)