Searched refs:mutWrite (Results 1 – 7 of 7) sorted by relevance
71 pthread_mutex_t mutWrite; /* guard against multiple instances writing to same pipe */ member279 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);
135 pthread_mutex_t mutWrite; /* guard against multiple instances writing to single file */ member960 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);
40 …mutWrite :: PrimMonad prim => c (PrimState prim) -> MutableKey c -> MutableValue c -> prim ()58 mutWrite = MUV.write function75 mutWrite = BLK.write function91 mutWrite = BA.write function
59 forM_ [0..255] $ \i -> mutWrite m i 066 addVec a i = mutRead buckets i >>= \d -> mutWrite buckets i $! d+a
80 pthread_mutex_t mutWrite; /* mutex for reopening the output file on HUP while being written */ member613 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()
138 pthread_mutex_t mutWrite; /* guard against multiple instances writing to single file */ member1015 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);
148 mutWrite = write function