Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
share_lock | version 1.0 | no |
boolean share_lock(number share_handle[, bool blocking=false]) |
share_handle | the shared memory handle as returned by share_create or share_open. |
blocking | (optional parameter, default is false). If set to true, this function will wait if the shared memory segment is locked by another process until it will be unlocked. |
Locks the access to a shared memory segment for the current process. To unlock, call share_unlock. |
import standard.lib.shared |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:06 2009 GMT | (c)2009 RadGs Software |