SyncMutex::lockWaits for an exclusive lock 説明
public bool SyncMutex::lock(int
$wait = -1)Obtains an exclusive lock on a SyncMutex object. If the lock is already acquired, then this increments an internal counter. パラメータ
戻り値
成功した場合に 例例1 SyncMutex::lock example
参考
|