Home
last modified time | relevance | path

Searched refs:mutWrite (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Dompipe.c71 pthread_mutex_t mutWrite; /* guard against multiple instances writing to same pipe */ member
279 pthread_mutex_init(&pData->mutWrite, NULL);
290 pthread_mutex_destroy(&pData->mutWrite);
341 pthread_mutex_lock(&pData->mutWrite);
343 pthread_mutex_unlock(&pData->mutWrite);
415 pthread_mutex_lock(&pData->mutWrite);
420 pthread_mutex_unlock(&pData->mutWrite);
H A Domfile.c135 pthread_mutex_t mutWrite; /* guard against multiple instances writing to single file */ member
960 pthread_mutex_lock(&pData->mutWrite); in janitorCB()
975 pthread_mutex_unlock(&pData->mutWrite); in janitorCB()
1005 pthread_mutex_init(&pData->mutWrite, NULL);
1040 pthread_mutex_destroy(&pData->mutWrite);
1063 pthread_mutex_lock(&pData->mutWrite);
1082 pthread_mutex_unlock(&pData->mutWrite);
1517 pthread_mutex_lock(&pData->mutWrite);
1525 pthread_mutex_unlock(&pData->mutWrite);
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/
H A DMutable.hs40mutWrite :: PrimMonad prim => c (PrimState prim) -> MutableKey c -> MutableValue c -> prim ()
58 mutWrite = MUV.write function
75 mutWrite = BLK.write function
91 mutWrite = BA.write function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/tests/Test/Foundation/
H A DRandom.hs59 forM_ [0..255] $ \i -> mutWrite m i 0
66 addVec a i = mutRead buckets i >>= \d -> mutWrite buckets i $! d+a
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omprog/
H A Domprog.c80 pthread_mutex_t mutWrite; /* mutex for reopening the output file on HUP while being written */ member
613 pthread_mutex_lock(&pCtx->mutWrite); in writeOutputToFile()
654 pthread_mutex_unlock(&pCtx->mutWrite); in writeOutputToFile()
661 pthread_mutex_lock(&pCtx->mutWrite); in closeOutputFile()
669 pthread_mutex_unlock(&pCtx->mutWrite); in closeOutputFile()
743 CHKiConcCtrl(pthread_mutex_init(&pCtx->mutWrite, NULL)); in allocOutputCaptureCtx()
759 pthread_mutex_destroy(&pCtx->mutWrite); in freeOutputCaptureCtx()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/omfile-hardened/
H A Domfile-hardened.c138 pthread_mutex_t mutWrite; /* guard against multiple instances writing to single file */ member
1015 pthread_mutex_lock(&pData->mutWrite); in janitorCB()
1030 pthread_mutex_unlock(&pData->mutWrite); in janitorCB()
1060 pthread_mutex_init(&pData->mutWrite, NULL);
1095 pthread_mutex_destroy(&pData->mutWrite);
1118 pthread_mutex_lock(&pData->mutWrite);
1146 pthread_mutex_unlock(&pData->mutWrite);
1564 pthread_mutex_lock(&pData->mutWrite);
1572 pthread_mutex_unlock(&pData->mutWrite);
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Array/
H A DBitmap.hs148 mutWrite = write function