Concept Framework 2.2 documentation Contents | Index

standard.lib.thread.semv

Name Version Deprecated
semv version 1.0 no

Prototype:
number semv(number sem)

Parameters:
sem      the semaphore handle as returned by semcreate

Description:
'V' Operation on the 'sem' semaphore';
its counter is incremented;
if counter >= 0 and the wait queue is not empty,
then one of the waiting tasks is extracted to continue running.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:17 2013 GMT(c)2013 Devronium Applications