Concept Framework 2.2 documentation Contents | Index

standard.lib.thread.semp

Name Version Deprecated
semp version 1.0 no

Prototype:
null-return seminit(number sem)

Parameters:
sem      the semaphore handle as returned by semcreate

Description:
'P' Operation on the 'sem' semaphore';
its counter is decremented;
if counter < 0, then the calling task is moved to the wait queue.

Returns:
Returns null.

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