FINISH_WAIT(9) Driver Basics FINISH_WAIT(9)NAMEfinish_wait - clean up after waiting in a queueSYNOPSISvoid finish_wait(wait_queue_head_t * q, wait_queue_t * wait);ARGUMENTSq waitqueue waited on wait wait descriptorDESCRIPTIONSets current thread back to running state and removes the wait descriptor from the given waitqueue if still queued.COPYRIGHTKernel Hackers Manual 3.10 June 2014 FINISH_WAIT(9)
| Related Man Pages |
|---|
| thr_join(3c) - opensolaris |
| thr_join(3c) - x11r4 |
| thr_join(3c) - hpux |
| thr_join(3c) - redhat |
| thr_join(3c) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| TCP_finwait2 |
| 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? |