/external/valgrind/main/drd/tests/ |
pth_cond_race3.vgtest | 3 vgopts: --report-signal-unlocked=no
|
/external/valgrind/main/docs/internals/ |
tm-mutexstates.dot | 11 locked -> unlocking [ label="unlocked\nby owner" ]; 18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ]; 20 locked -> free [ style=dotted, label="unlocked\nby non-owner" ];
|
/external/bison/m4/ |
unlocked-io.m4 | 0 # unlocked-io.m4 serial 13 20 AC_LIBSOURCES([unlocked-io.h]) 23 [Define to 1 if you want getc etc. to use unlocked I/O if available. 24 Unlocked I/O can improve performance in unithreaded apps,
|
/external/javasqlite/src/main/java/SQLite/ |
BusyHandler.java | 12 * until the table becomes unlocked, or false in order
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
unlocked-io.m4 | 0 # unlocked-io.m4 serial 15 20 [Define to 1 if you want getc etc. to use unlocked I/O if available. 21 Unlocked I/O can improve performance in unithreaded apps,
|
/external/chromium/chrome/browser/chromeos/cros/ |
screen_lock_library.h | 34 // Notifies PowerManager that a user unlocked the screen. 36 // Notifies PowerManager that screen is unlocked.
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 52 // this section runs with mutex unlocked 91 // Make a copy of these, so we can call the callback with mutex unlocked 96 // Note that the mutex is unlocked during the callback 137 // this section runs with mutex unlocked 146 case INTERFACE_ADDING_1A: // operation aborted while mutex unlocked 160 // this section runs with mutex unlocked 308 // this section runs with mutex unlocked 340 // Make a copy of these, so we can call the callback with mutex unlocked 345 // Note that the mutex is unlocked during the callback 385 // this section runs with mutex unlocked [all...] |
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog.h | 57 // done (regardless if any modules were successfully unlocked or not). Should 65 // called when done (regardless if module was successfully unlocked or not).
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
VideoSinkGStreamer.cpp | 75 gboolean unlocked; member in struct:_WebKitVideoSinkPrivate 123 if (!buffer || priv->unlocked || G_UNLIKELY(!GST_IS_BUFFER(buffer))) { 145 if (priv->unlocked) { 259 priv->unlocked = TRUE; 283 priv->unlocked = FALSE; 305 priv->unlocked = FALSE;
|
/external/chromium/chrome/browser/chromeos/ |
sim_dialog_delegate.h | 13 // SIM unlock dialog displayed in cases when SIM card has to be unlocked.
|
/external/chromium/chrome/common/ |
multi_process_lock_mac.cc | 41 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
|
multi_process_lock_win.cc | 45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
|
/external/valgrind/main/helgrind/tests/ |
tc09_bad_unlock.c | 22 /* Unlocking a lock that is already unlocked */
|
tc12_rwl_trivial.stderr.exp-darwin970 | 4 Thread #x unlocked a not-locked lock at 0x........
|
t2t.c | 22 many (default 100) : how many locks are created/locked/unlocked at a certain level. 24 loops : how many times these locks are created and destroyed and locked/unlocked) */
|
tc12_rwl_trivial.stderr.exp | 8 Thread #x unlocked a not-locked lock at 0x........
|
tc09_bad_unlock.stderr.exp | 8 Thread #x unlocked a not-locked lock at 0x........ 28 Thread #x unlocked lock at 0x........ currently held by thread #x 40 Thread #x unlocked an invalid lock at 0x........ 56 Thread #x unlocked a not-locked lock at 0x........ 94 Thread #x unlocked lock at 0x........ currently held by thread #x 106 Thread #x unlocked an invalid lock at 0x........
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGRegisterBank.h | 46 // - unlocked, and unnamed: Available for allocation. 49 // - unlocked, but named: Contains the result of a prior operation, 76 // Allocate a register - this function finds an unlocked register, 78 // of these should be selected to be allocated. If all unlocked 100 // If a unlocked and unnamed register is found return it immediately. 101 // Otherwise, find the first unlocked register with the lowest spillOrder. 211 // 'i' must be a valid, unlocked register.
|
/frameworks/base/docs/html/guide/google/play/billing/ |
billing_best_practices.jd | 45 <h4>Protect your unlocked content</h4> 46 <p>To prevent malicious users from redistributing your unlocked content, do not bundle it in your 53 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked 100 <h4>Implement a revocability scheme for unlocked content</h4> 102 purchase state of the unlocked content whenever a user accesses the content. This allows you to
|
/external/kernel-headers/original/linux/ |
mutex.h | 48 /* 1: unlocked, 0: locked, negative: locked, possible waiters */ 112 * Returns 1 if the mutex is locked, 0 if unlocked.
|
spinlock_up.h | 14 * In the debug case, 1 means unlocked, 0 means locked. (the values
|
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 131 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state()); 199 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state()); 207 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state()); 238 assertTrue("Should be able to generate key when unlocked", 245 assertTrue("Should be able to import key when unlocked",
|
/bionic/libc/bionic/ |
pthread-rwlocks.c | 36 * - no readers and no writer (unlocked) 50 * completely eliminate it: each time the lock is unlocked, all waiting threads 291 /* If we can't read yet, wait until the rwlock is unlocked
|
/external/bluetooth/glib/gthread/ |
gthread-impl.c | 155 g_error ("Trying to unlock an unlocked mutex at '%s'", loc); 197 g_error ("Trying to use an unlocked mutex in g_cond_wait() at '%s'", loc); 228 g_error ("Trying to use an unlocked mutex in g_cond_timed_wait() at '%s'",
|
/cts/tests/src/android/opengl/cts/ |
OpenGlEsVersionStubActivity.java | 44 /** Latch that is unlocked when the activity is done finding the version. */
|