Changeset 679 for GPL/trunk/include/linux/sched.h
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-linux-3.2.102 (added) merged: 611-614 /GPL/branches/uniaud32-next (added) merged: 615-678
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/sched.h
r441 r679 6 6 #include <asm/param.h> /* for HZ */ 7 7 #include <asm/atomic.h> 8 #include <linux/pid.h> 9 10 #define MAX_SCHEDULE_TIMEOUT INT_MAX 8 11 9 12 #define TASK_RUNNING 0 … … 30 33 #include <asm\current.h> 31 34 #include <linux\wait.h> 32 33 void add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);34 void add_wait_queue_exclusive(wait_queue_head_t *q);35 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);36 35 37 36 extern void __wake_up(wait_queue_head_t *q, unsigned int mode); … … 87 86 set_current_state(TASK_UNINTERRUPTIBLE); \ 88 87 schedule_timeout(x); 88 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 89 89 90 90 #endif /* _LINUX_SCHED_H */
Note:
See TracChangeset
for help on using the changeset viewer.