completion_done(9) centos man page | unix.com

Man Page: completion_done

Operating Environment: centos

Section: 9

COMPLETION_DONE(9)						   Driver Basics						COMPLETION_DONE(9)

NAME
completion_done - Test to see if a completion has any waiters
SYNOPSIS
bool completion_done(struct completion * x);
ARGUMENTS
x completion structure
RETURN
0 if there are waiters (wait_for_completion in progress) 1 if there are no waiters.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 COMPLETION_DONE(9)
Related Man Pages
ll_rw_block(9) - suse
condvar(9) - debian
cv_destroy(9) - debian
cv_wait(9) - debian
cv_wait_sig(9) - debian
Similar Topics in the Unix Linux Community
Issue with tracking successful completion of Child process running in background