Changeset 615 for GPL/branches/uniaud32-next/include/linux/sched.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/sched.h
r612 r615 32 32 #include <asm\current.h> 33 33 #include <linux\wait.h> 34 35 void add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);36 void add_wait_queue_exclusive(wait_queue_head_t *q);37 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);38 34 39 35 extern void __wake_up(wait_queue_head_t *q, unsigned int mode); … … 89 85 set_current_state(TASK_UNINTERRUPTIBLE); \ 90 86 schedule_timeout(x); 87 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 91 88 92 89 #endif /* _LINUX_SCHED_H */
Note:
See TracChangeset
for help on using the changeset viewer.