[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtl_mutex.c : rtl_wait_wakeup doesn't wakeup when needed...
- To: rtl@rtlinux.org
- Subject: rtl_mutex.c : rtl_wait_wakeup doesn't wakeup when needed...
- From: Edouard TISSERANT <tissered@esstin.uhp-nancy.fr>
- Date: Tue, 21 May 2001 09:07:26 +0200
- User-Agent: IMHO/0.98.1 (Webmail for Roxen)
Hello.
I wonder if it wouldn't be usefull that rtl_wait_wakeup wake up
threads immediatly and not at the next scheduler call...
It could be a solution to add a call to rtl_schedule() at the end of
rtl_wait_wazkeup.
Maybe should we call rtl_schedule() at the end of each call to
pthread_kill ?
Maybe is it a POSIX specification ?
Thanks for your answer,
Edouard