Subversion Repositories Kolibri OS

Rev

Rev 6125 | Rev 6934 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6125 Rev 6293
Line 216... Line 216...
216
 
216
 
Line 217... Line 217...
217
void run_workqueue(struct workqueue_struct *cwq);
217
void run_workqueue(struct workqueue_struct *cwq);
218
 
218
 
-
 
219
struct workqueue_struct *alloc_workqueue_key(const char *fmt,
-
 
220
                           unsigned int flags, int max_active);
-
 
221
struct workqueue_struct *alloc_workqueue(const char *fmt,
Line 219... Line 222...
219
struct workqueue_struct *alloc_workqueue_key(const char *fmt,
222
                           unsigned int flags,
220
                           unsigned int flags, int max_active);
223
                           int max_active);
221
 
224
 
222
/**
225
/**