OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locked
(Results
326 - 350
of
1761
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/native/opengl/libagl/
array.cpp
458
if (ggl_unlikely(v->
locked
)) {
459
// we're just looking for an entry in the cache that is not
locked
.
460
// and we know that there cannot be more than 2
locked
entries
464
// it's not
locked
.
465
// We compute directly the index of a "free" entry from the
locked
468
v += v[0].
locked
| (v[1].
locked
<<1);
472
v->
locked
= 1;
487
v->
locked
= 1;
499
v[0].
locked
= 1
[
all
...]
/hardware/ti/omap3/dspbridge/inc/
mem.h
87
* MEM_NONPAGED: Allocate from page
locked
memory.
157
* MEM_NONPAGED: Allocate from page
locked
memory.
356
* A pointer to linear page
locked
memory;
361
* be
locked
, since the page count is derived from this number.
364
* Memory
locked
by this service can be accessed at interrupt time, or
372
* Unlocks a buffer previously
locked
using MEM_PageLock().
374
* pBuffer: Pointer to
locked
memory (as returned by MEM_PageLock()).
/hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h
87
* MEM_NONPAGED: Allocate from page
locked
memory.
157
* MEM_NONPAGED: Allocate from page
locked
memory.
356
* A pointer to linear page
locked
memory;
361
* be
locked
, since the page count is derived from this number.
364
* Memory
locked
by this service can be accessed at interrupt time, or
372
* Unlocks a buffer previously
locked
using MEM_PageLock().
374
* pBuffer: Pointer to
locked
memory (as returned by MEM_PageLock()).
/bionic/libc/bionic/
pthread.c
182
* 1 for
locked
, no waiters
183
* 2 for
locked
, maybe waiters
203
/* return true iff the mutex if
locked
with no waiters */
206
/* return true iff the mutex if
locked
with maybe waiters */
434
* 1 (
locked
, no contention)
435
* 2 (
locked
, contention)
449
* change the lock's state from 0 (UNLOCKED) to 1 (
LOCKED
).
569
/* mutex is still
locked
, not need for a memory barrier */
608
* indicate
locked
with no contention */
642
/* the mutex is already
locked
by another thread, if its state is
[
all
...]
flockfile.c
38
* file is
locked
is totally undefined.
/bootable/recovery/
screen_ui.cpp
99
// Should only be called with updateMutex
locked
.
110
// Should only be called with updateMutex
locked
.
157
// Should only be called with updateMutex
locked
.
240
// Should only be called with updateMutex
locked
.
296
// Should only be called with updateMutex
locked
.
304
// Should only be called with updateMutex
locked
.
/external/chromium_org/third_party/sqlite/src/test/
exclusive.test
178
#
locked
out as a writer.
192
} {1 {database is
locked
}}
204
} {1 {database is
locked
}}
209
} {1 {database is
locked
}}
225
} {1 {database is
locked
}}
234
} {1 {database is
locked
}}
walnoshm.test
117
} {1 {database is
locked
}}
128
} {1 {database is
locked
}}
177
} {1 {database is
locked
}}
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
81
MutexGuard
locked
(lock);
121
MutexGuard
locked
(lock);
352
MutexGuard
locked
(lock);
358
MutexGuard
locked
(lock);
367
MutexGuard
locked
(lock);
373
MutexGuard
locked
(lock);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c
245
int lockedstate=current_overlay->hwdata->
locked
;
250
current_overlay->hwdata->
locked
=1;
264
current_overlay->hwdata->
locked
=lockedstate;
311
int lockedstate=current_overlay->hwdata->
locked
;
315
current_overlay->hwdata->
locked
=1;
329
current_overlay->hwdata->
locked
=lockedstate;
/external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc
86
// If we landed in the enrollment dialogue with a
locked
InstallAttrs
96
<< "been
locked
already but does not contain valid data.";
258
<< "has been
locked
already!";
screen_locker.h
150
// Called when the window manager is ready to handle
locked
state.
154
// Assumes that UI controls were
locked
before that.
232
// True if the screen is
locked
, or false otherwise. This changes
/external/chromium_org/base/
path_service.cc
149
// Tries to find |key| in the cache. |path_data| should be
locked
by the caller!
162
// Tries to find |key| in the overrides map. |path_data| should be
locked
by the
201
// Get the beginning of the list while it is still
locked
.
/external/chromium_org/base/threading/
worker_pool_posix_unittest.cc
59
base::AutoLock
locked
(*unique_threads_lock);
62
base::AutoLock
locked
(*counter_lock);
222
base::AutoLock
locked
(*peer_.lock());
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
110
// Add relative movement if the mouse is
locked
.
130
// Add relative movement if the mouse is
locked
.
265
//
locked
events until MouseLockLost() is called back.
/external/chromium_org/third_party/sqlite/src/ext/async/
README.txt
90
transaction, the database is
locked
immediately. However the
93
(for example) that the database may remain
locked
for some
98
locked
out of the database. This is because when a BEGIN
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.cc
44
// kSpinLockHeld represents the
locked
state with no waiters
46
// Values greater than kSpinLockHeld represent the
locked
state with waiters,
49
// "
locked
with waiters" state that indicates that a sleeper needs to
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.cc
44
// kSpinLockHeld represents the
locked
state with no waiters
46
// Values greater than kSpinLockHeld represent the
locked
state with waiters,
49
// "
locked
with waiters" state that indicates that a sleeper needs to
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc
188
overlay->hwdata->
locked
= 0;
252
overlay->hwdata->
locked
= 1;
263
overlay->hwdata->
locked
= 0;
/frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp
115
llvm::MutexGuard
locked
(JITDebugLock);
135
llvm::MutexGuard
locked
(JITDebugLock);
204
llvm::MutexGuard
locked
(JITDebugLock);
/packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java
34
*
locked
by. If {@link UserManager.hasRestrictionsPin()} and
207
* Called to trigger the pin entry if the given restriction key is
locked
down.
225
* Returns true if this restrictions key is
locked
down.
/development/ndk/platforms/android-3/include/mtd/
mtd-abi.h
75
uint32_t
locked
;
member in struct:otp_info
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h
102
int lockedLeft; // region of buffer
locked
for s/w write
/external/chromium/chrome/common/
logging_chrome.h
64
// NOTE: This can fail if the file is
locked
for writing. However,
multi_process_lock_linux.cc
28
DLOG(ERROR) << "MultiProcessLock is already
locked
- " << name_;
Completed in 575 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>