#define THR_JOIN

(_thr, _ret)

Wait for a thread to terminate.

Documentation

Wait for a thread to terminate.

Parameters:
_thr - A pointer to the thread structure indicating the thread to wait for.
_ret - (out) A pointer updated to reflect the exit value of the terminated thread.

Home Alphabetic index



This page was generated with the help of DOC++.