Home
last modified time | relevance | path

Searched refs:waitpidLock (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/process/System/
H A DProcess.hs742 lockWaitpid m = withMVar (waitpidLock ph) $ \() -> m
806 acquire = tryTakeMVar (waitpidLock ph)
809 Just () -> putMVar (waitpidLock ph) ()
/dports/lang/ghc/ghc-8.10.7/libraries/process/System/Process/
H A DCommon.hs215 , waitpidLock :: !(MVar ()) function