Basilisk II and SheepShaver Macintosh emulators
Go to file
gbeauche dd7b09ebe8 Use a mutex to protect wakeup_time instead of a semaphore, do we want some
sort of barrier synchronisation? Anyhow, the current implementation looks
reasonable enough now when using old LinuxThreads without TLS.

XXX: in the past, the sem_post in sigsuspend_handler would not release the
calling thread thus entering into a mutual waiting condition.
2005-03-16 00:35:51 +00:00
BasiliskII nanosleep() delays seem better suited to MacOS X, instead of select() 2005-02-21 22:57:03 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Use a mutex to protect wakeup_time instead of a semaphore, do we want some 2005-03-16 00:35:51 +00:00