summaryrefslogtreecommitdiff
path: root/libports/manage-multithread.c
AgeCommit message (Collapse)Author
1995-06-26(ports_manage_port_operations_multithread): Declare NREQTHREADS asdMichael I. Bushnell
TOTALTHREADS volatile.
1995-06-26(ports_manage_port_operations_multithread): Declare ERR insideMichael I. Bushnell
THREAD_FUNCTION so it doesn't get shared by multiple threads.
1995-06-26(ports_manage_port_operations_multithread): When master goes back toMichael I. Bushnell
wait for messages, it should unlock LOCK.
1995-06-26(ports_manage_port_operations_multithread/thread_function): Don't holdMichael I. Bushnell
lock while setting TIMEOUT.
1995-06-20Initial revisionMichael I. Bushnell