centos man page for finish_wait

Query: finish_wait

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
del_timer_sync(9) - centos
wait(1) - hpux
current_thread(9r) - osf1
thr_join(3c) - bsd
Similar Topics in the Unix Linux Community
Limiting the hanging of a function inside a loop
race condition with wait() function
until loop fails.
Need help in restarting process
How to determine the completion of a background process to trigger something else?