kandeshvari / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 0 forks source link

timed cond wait - timeout not reset when awaken manually? #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
call errno_t hal_cond_timedwait( hal_cond_t *c, hal_mutex_t *m, long
msecTimeout ) with long timeout

call errno_t hal_cond_signal(hal_cond_t *c)

supposedly kernel will die due to timeout awake will come to awaken thread

the same in (not ready yet) sema code?

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 1 Jun 2010 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by dmitry.zavalishin@gmail.com on 10 Jun 2010 at 8:15