/haiku/src/servers/app/ |
H A D | MultiLocker.cpp | 178 bool unlocked = (rw_lock_read_unlock(&fLock) == B_OK); in ReadUnlock() local 186 return unlocked; in ReadUnlock() 197 bool unlocked = (rw_lock_write_unlock(&fLock) == B_OK); in WriteUnlock() local 205 return unlocked; in WriteUnlock() 303 bool unlocked = false; in ReadUnlock() local 311 unlocked = true; in ReadUnlock() 314 unlocked = release_sem_etc(fLock, 1, B_DO_NOT_RESCHEDULE) == B_OK; in ReadUnlock() 315 if (unlocked) in ReadUnlock() 319 return unlocked; in ReadUnlock() 326 bool unlocked = false; in WriteUnlock() local [all …]
|
/haiku/src/tests/servers/app/newerClipping/ |
H A D | MultiLocker.cpp | 225 bool unlocked = false; in ReadUnlock() local 230 unlocked = true; in ReadUnlock() 236 unlocked = (release_sem_etc(fWriteSem, 1, in ReadUnlock() 238 } else unlocked = true; in ReadUnlock() 242 if (unlocked) unregister_thread(); in ReadUnlock() 252 return unlocked; in ReadUnlock() 262 bool unlocked = false; in WriteUnlock() local 268 unlocked = true; in WriteUnlock() 279 unlocked = (release_sem_etc(fReadSem, readersWaiting, in WriteUnlock() 281 } else unlocked = true; in WriteUnlock() [all …]
|
/haiku/src/tests/kits/app/blooper/ |
H A D | BLooperCases | 32 case 1: looper is unlocked and queue is empty 33 case 2: looper is unlocked and queue is filled 41 case : looper is unlocked 47 case 3: handler is valid, looper is unlocked 48 case 4: handler doesn't belong to this looper, looper is unlocked 69 case 5: handler is valid, looper is unlocked 84 case 1: Call Quit() on unlocked BLooper
|
/haiku/src/tests/kits/app/bhandler/ |
H A D | BHandlerCases | 46 case 2: Handler1 belongs to a BLooper (which is unlocked), Handler2 does not 48 case 4: Handler1 does not belong to a BLooper, Handler2 does (which is unlocked) 50 case 6: Handler1 and Handler2 belong to different BLoopers, which are unlocked 54 BLooper is unlocked; Handler2's is locked 56 case 10: Handler1 and Handler2 belong to the same BLooper, which is unlocked 89 case 2: handler has a looper which is initially unlocked 95 case 2: handler has a looper which is initially unlocked 101 case 2: handler has a looper which is initially unlocked
|
/haiku/src/kits/app/ |
H A D | KeyStore.cpp | 318 bool unlocked; in IsKeyringUnlocked() local 319 if (reply.FindBool("unlocked", &unlocked) != B_OK) in IsKeyringUnlocked() 322 return unlocked; in IsKeyringUnlocked()
|
/haiku/data/catalogs/servers/keystore/ |
H A D | zh_Hans.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | el.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | th.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | uk.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | ko.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | ja.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | ru.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | id.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | lt.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | it.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | fi.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | pl.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | eo.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | cs.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | nl.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | tr.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | pt_BR.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | de.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
H A D | da.catkeys | 10 … passphrase to unlock the keyring.\nIf you unlock the keyring, it stays unlocked until the system …
|
/haiku/src/tests/kits/app/bmessenger/ |
H A D | BMessengerCases | 160 should block until the looper is unlocked, lock it and return true. 163 should block until the looper is unlocked, lock it and return true. 182 should block until the looper is unlocked (after 50ms), lock it 186 should block for 25ms, not until the looper is unlocked (after 50ms), 190 should block until the looper is unlocked (after 50ms), lock it 194 should block for 25ms, not until the looper is unlocked (after 50ms),
|