bindings-posix-1.0.1: Low level bindings to posix.
Source code
Contents
Index
Bindings.Posix.Sys.Select
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html
Documentation
data
C'timeval
Source
Constructors
C'timeval
timeval'tv_sec
::
CTime
timeval'tv_usec
::
C'suseconds_t
Instances
Eq
C'timeval
Show
C'timeval
Storable
C'timeval
data
C'fd_set
Source
Constructors
C'fd_set
Instances
Eq
C'fd_set
Show
C'fd_set
Storable
C'fd_set
c'FD_SETSIZE
::
Num
a => a
Source
c'FD_CLR
::
CInt
->
Ptr
C'fd_set
->
IO
()
Source
c'FD_ISSET
::
CInt
->
Ptr
C'fd_set
->
IO
CInt
Source
c'FD_SET
::
CInt
->
Ptr
C'fd_set
->
IO
()
Source
c'FD_ZERO
::
Ptr
C'fd_set
->
IO
()
Source
c'pselect
::
CInt
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'timespec
->
Ptr
C'sigset_t
->
IO
CInt
Source
c'select
::
CInt
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'timeval
->
IO
CInt
Source
p'pselect
::
FunPtr
(
CInt
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'timespec
->
Ptr
C'sigset_t
->
IO
CInt
)
Source
p'select
::
FunPtr
(
CInt
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'fd_set
->
Ptr
C'timeval
->
IO
CInt
)
Source
Produced by
Haddock
version 2.4.2