futex_wait(): support for FUTEX_CLOCK_REALTIME

This commit is contained in:
Balazs Gerofi
2015-11-13 12:45:03 +09:00
parent 94fcc5bb9a
commit 780d4fc29b
2 changed files with 19 additions and 3 deletions

View File

@ -41,7 +41,7 @@
#define dkprintf(...) do { if (0) kprintf(__VA_ARGS__); } while (0)
#endif
#define LOOP_TIMEOUT 10
#define LOOP_TIMEOUT 500
struct list_head timers;
ihk_spinlock_t timers_lock;