(_thr, _thr_attr, _start_routine, _arg)
Create a thread.
Documentation
Create a thread.
- Parameters:
- _thr - (out) A thread pointer updated to point to a
thread structure.
_thr_attr - A pointer to the thread attribute structure.
_start_routine - The routine to start the thread at.
_arg - The argument to pass to the routine.
- Returns:
- 0 or errno.
Home Alphabetic index
This page was generated with the help of DOC++.