finish_wait(9) centos man page | unix.com

Man Page: finish_wait

Operating Environment: centos

Section: 9

FINISH_WAIT(9)							   Driver Basics						    FINISH_WAIT(9)

NAME
finish_wait - clean up after waiting in a queue
SYNOPSIS
void finish_wait(wait_queue_head_t * q, wait_queue_t * wait);
ARGUMENTS
q waitqueue waited on wait wait descriptor
DESCRIPTION
Sets current thread back to running state and removes the wait descriptor from the given waitqueue if still queued.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 FINISH_WAIT(9)
Related Man Pages
thr_join(3c) - opensolaris
struct_pipe_inode_info(9) - centos
explain_wait_or_die(3) - debian
wait(1) - hpux
thr_join(3c) - hpux
Similar Topics in the Unix Linux Community
Script exits with $? not 0 randomly, how can I see what command failed?
until loop fails.
Simple directory tree diff script
Need help in restarting process
How to determine the completion of a background process to trigger something else?