Name

semaphor_claim — Claim a semaphor

Synopsis

extern int semaphor_claim(semaphor* act_semaphor, unsigned long access_mode, waiting* waiting_mode);

Arguments

act_semaphor Semophore to wait on
access_mode type of claim
waiting_mode waiting structure

Description

Claim a semaphor