Home
last modified time | relevance | path

Searched refs:indexLocked (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dptile.cpp78 long PTile::indexLocked = 0; // Current index into the 'locked' array member in PTile
1506 if (indexLocked == 10) { // there must be only 10 tiles locked at a time in Lock()
1508 for (long i = 1; i < indexLocked; i++) in Lock()
1512 locked[indexLocked] = this; in Lock()
1513 indexLocked++; in Lock()
1527 for (i = 0; i < indexLocked; i++) { in UnLock()
1531 if (i < indexLocked) { in UnLock()
1533 for (j = i+1; j < indexLocked; j++) in UnLock()
1535 indexLocked--; in UnLock()
1549 for (long i = 0; i < indexLocked; i++) in IsLocked()
[all …]
H A Dptile.h212 static long indexLocked; variable
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dskb_keyring.go169 return k.indexLocked()
172 func (k *SKBKeyringFile) indexLocked() (err error) { func
273 err := k.indexLocked()
366 err = k.indexLocked()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSynchronized.h1026 auto indexLocked = 0;
1033 if (index != indexLocked) {
1050 indexLocked = index;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DSynchronized.h881 auto indexLocked = 0; variable
888 if (index != indexLocked) {
905 indexLocked = index;