* exceptions.cc (interruptible): Update debugging output.

(setup_handler): Ensure that wait_sig loop wakes up when we punt on sending a
signal.
* poll.cc (poll): Add signal guard here.
This commit is contained in:
Christopher Faylor
2001-03-19 22:48:26 +00:00
parent 78ace8a7e5
commit b8c8fa1786
4 changed files with 14 additions and 5 deletions

View File

@@ -238,7 +238,7 @@ public:
SemaphoreItem *GetSemaphore (sem_t * t);
// Condition functions
CondItem *CreateCond (pthread_cond_t *, const pthread_condattr_t *);
CondItem *CreateCond (pthread_cond_t *, const pthread_condattr_t *);
CondItem *GetCond (pthread_cond_t *);
private: