futex_wait(): support for FUTEX_CLOCK_REALTIME
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user