Concept Framework 1.0 documentation Contents | Index

standard.lib.thread.seminit

Name Version Deprecated
seminit version 1.0 no

Prototype:
null-return seminit(number sem, number val)

Parameters:
sem      a semaphore handle as returned by semcreate
val      the semaphore value

Description:
Create and initialize a semaphore, with an empty wait queue, and couter=' val' .

Returns:
Returns null.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software