concurrency.locks.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Ordinary words
WordStack effect
(with-lock)( lock timeout quot -- )
acquire-lock( lock timeout -- )
acquire-read-lock( lock timeout -- )
acquire-write-lock( lock timeout -- )
add-reader( lock -- )
do-lock( lock timeout quot acquire release -- )
notify-writer( lock -- )
reentrant-read-lock-ok?( lock -- ? )
reentrant-write-lock-ok?( lock -- ? )
release-lock( lock -- )
release-read-lock( lock -- )
release-write-lock( lock -- )
remove-reader( lock -- )


Files