#define SEM_INIT

(_sem, _count)

Initialize a semaphore.

Documentation

Initialize a semaphore.

Parameters:
_sem - A pointer to the semaphore structure.
_count - The number of seats available.

Home Alphabetic index



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