Subversion Repositories Kolibri OS

Rev

Rev 6125 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6125 Rev 7143
Line 310... Line 310...
310
//struct completion {
310
//struct completion {
311
//    unsigned int done;
311
//    unsigned int done;
312
//    wait_queue_head_t wait;
312
//    wait_queue_head_t wait;
313
//};
313
//};
Line -... Line 314...
-
 
314
 
-
 
315
void prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state);
314
 
316
void finish_wait(wait_queue_head_t *q, wait_queue_t *wait);
Line 315... Line 317...
315
int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
317
int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
316
 
318