Begin File: sync.tgz Description: Synchronization primitives. Keywords: locking monitor semaphore Version: Entered-date: 97/01/17 Author: Ported-by: Original-site: Copying-policy: Supplemental: This library provides primitives for constructing monitors, reader-writer locks and rendezvous. The latter construct is a symetric message passing mechanism introduced in the Plan 9 Operating system. archive contents: drwxrwxr-x 0 steve techies Mar 30 11:58 sync -rw-rw-r-- 0 steve techies 1377 May 18 09:39 sync/rwlock.c -rw-rw-r-- 0 steve techies 587 May 18 10:40 sync/rwlock.h -rw-rw-r-- 0 steve techies 284 May 18 10:41 sync/rendezvous.h -rw-rw-r-- 0 steve techies 2298 May 18 10:52 sync/man -rw-rw-r-- 0 steve techies 423 May 18 10:53 sync/rendezvous.c -rw-rw-r-- 0 steve techies 474 May 18 10:52 sync/lock.h -rw-rw-r-- 0 steve techies 748 May 18 10:30 sync/rwlock.1 -rw-rw-r-- 0 steve techies 545 May 18 10:29 sync/rendezvous.1 -rw-rw-r-- 0 steve techies 362 May 18 10:40 sync/monitor.h -rw-rw-r-- 0 steve techies 428 May 18 10:39 sync/monitor.c -rw-rw-r-- 0 steve techies 906 May 18 10:49 sync/monitor.1 -rw-rw-r-- 0 steve techies 322 May 18 10:52 sync/Makefile -rw-rw-r-- 0 steve techies 4096 May 18 10:53 sync/libsync.a -rw-rw-r-- 0 steve techies 5502 May 18 10:52 sync/man.ps End