Query: completion_done
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COMPLETION_DONE(9) Driver Basics COMPLETION_DONE(9)NAMEcompletion_done - Test to see if a completion has any waitersSYNOPSISbool completion_done(struct completion * x);ARGUMENTSx completion structureRETURN0 if there are waiters (wait_for_completion in progress) 1 if there are no waiters.COPYRIGHTKernel Hackers Manual 3.10 June 2014 COMPLETION_DONE(9)