Documentation
class QqSystemSemaphore x1 where #
qSystemSemaphore :: x1 -> IO (QSystemSemaphore ()) #
Instances
QqSystemSemaphore String # | |
Defined in Qtc.Core.QSystemSemaphore qSystemSemaphore :: String -> IO (QSystemSemaphore ()) # | |
QqSystemSemaphore (String, Int) # | |
Defined in Qtc.Core.QSystemSemaphore qSystemSemaphore :: (String, Int) -> IO (QSystemSemaphore ()) # | |
QqSystemSemaphore (String, Int, QSystemSemaphore_AccessMode) # | |
Defined in Qtc.Core.QSystemSemaphore qSystemSemaphore :: (String, Int, QSystemSemaphore_AccessMode) -> IO (QSystemSemaphore ()) # |
class QqSystemSemaphore_nf x1 where #
qSystemSemaphore_nf :: x1 -> IO (QSystemSemaphore ()) #
Instances
QqSystemSemaphore_nf String # | |
Defined in Qtc.Core.QSystemSemaphore qSystemSemaphore_nf :: String -> IO (QSystemSemaphore ()) # | |
QqSystemSemaphore_nf (String, Int) # | |
Defined in Qtc.Core.QSystemSemaphore qSystemSemaphore_nf :: (String, Int) -> IO (QSystemSemaphore ()) # | |
QqSystemSemaphore_nf (String, Int, QSystemSemaphore_AccessMode) # | |
Defined in Qtc.Core.QSystemSemaphore qSystemSemaphore_nf :: (String, Int, QSystemSemaphore_AccessMode) -> IO (QSystemSemaphore ()) # |
qSystemSemaphore_delete :: QSystemSemaphore a -> IO () #