Changes in kernel/generic/src/synch/futex.c [759ea0d:496232e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/futex.c
r759ea0d r496232e 400 400 return (sysarg_t) ENOENT; 401 401 402 #ifdef CONFIG_UDEBUG 403 udebug_stoppable_begin(); 404 #endif 405 402 406 int rc = waitq_sleep_timeout(&futex->wq, 0, SYNCH_FLAGS_INTERRUPTIBLE); 407 408 #ifdef CONFIG_UDEBUG 409 udebug_stoppable_end(); 410 #endif 403 411 404 412 return (sysarg_t) rc;
Note:
See TracChangeset
for help on using the changeset viewer.