summaryrefslogtreecommitdiff
path: root/libports/manage-multithread.c
AgeCommit message (Collapse)Author
1995-08-29(ports_manage_port_operations_multithread): Hammer WIRE_CTHREADS onMichael I. Bushnell
for now.
1995-07-21(ports_manage_port_operations_multithread): For now, wireMichael I. Bushnell
GLOBAL_TIMEOUT and THREAD_TIMEOUT to zero.
1995-07-18(ports_manage_port_operations_multithread): typoMichael I. Bushnell
1995-07-18(ports_manage_port_operations_multithread) [thread_function]: ReturnMichael I. Bushnell
int. Don't cthread_exit child threads; just let them return normally.
1995-07-12(ports_manage_port_operations_multithread) [internal_demuxer]:Michael I. Bushnell
Increment NREQTHREADS and TOTALTHREADS *before* forking newthread. [thread_function]: Don't increment NREQTHREADS and TOTALTHREADS here. Initialize NREQTHREADS and TOTALTHREADS in main body of function.
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