OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_lock
(Results
1 - 8
of
8
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp
782
_STLP_mutex
_M_lock
;
824
class
_M_lock
;
825
friend class
_M_lock
;
826
class
_M_lock
{
828
_M_lock
() { _S_chunk_allocator_lock._M_acquire_lock(); }
829
~
_M_lock
() { _S_chunk_allocator_lock._M_release_lock(); }
885
_M_lock
__lock_instance; // Need to acquire lock here.
911
_M_lock
__lock_instance; // Need to acquire lock here.
942
_M_lock
__lock_instance; // Acquire lock for this routine
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp
782
_STLP_mutex
_M_lock
;
824
class
_M_lock
;
825
friend class
_M_lock
;
826
class
_M_lock
{
828
_M_lock
() { _S_chunk_allocator_lock._M_acquire_lock(); }
829
~
_M_lock
() { _S_chunk_allocator_lock._M_release_lock(); }
885
_M_lock
__lock_instance; // Need to acquire lock here.
911
_M_lock
__lock_instance; // Need to acquire lock here.
942
_M_lock
__lock_instance; // Acquire lock for this routine
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_threads.h
278
volatile __stl_atomic_t
_M_lock
;
283
inline void _M_initialize() {
_M_lock
= 0; }
287
_STLP_mutex_spin<0>::_M_do_lock(&
_M_lock
);
291
volatile __stl_atomic_t* __lock = &
_M_lock
;
314
pthread_spinlock_t
_M_lock
;
315
inline void _M_initialize() { pthread_spin_init( &
_M_lock
, 0 ); }
316
inline void _M_destroy() { pthread_spin_destroy( &
_M_lock
); }
323
// { pthread_spin_init( &
_M_lock
, 0 ); }
326
// { pthread_spin_destroy( &
_M_lock
); }
328
inline void _M_acquire_lock() { pthread_spin_lock( &
_M_lock
); }
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
369
mutable _STLP_mutex
_M_lock
;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_threads.h
278
volatile __stl_atomic_t
_M_lock
;
283
inline void _M_initialize() {
_M_lock
= 0; }
287
_STLP_mutex_spin<0>::_M_do_lock(&
_M_lock
);
291
volatile __stl_atomic_t* __lock = &
_M_lock
;
314
pthread_spinlock_t
_M_lock
;
315
inline void _M_initialize() { pthread_spin_init( &
_M_lock
, 0 ); }
316
inline void _M_destroy() { pthread_spin_destroy( &
_M_lock
); }
323
// { pthread_spin_init( &
_M_lock
, 0 ); }
326
// { pthread_spin_destroy( &
_M_lock
); }
328
inline void _M_acquire_lock() { pthread_spin_lock( &
_M_lock
); }
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
369
mutable _STLP_mutex
_M_lock
;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_threads.h
278
volatile __stl_atomic_t
_M_lock
;
283
inline void _M_initialize() {
_M_lock
= 0; }
287
_STLP_mutex_spin<0>::_M_do_lock(&
_M_lock
);
291
volatile __stl_atomic_t* __lock = &
_M_lock
;
314
pthread_spinlock_t
_M_lock
;
315
inline void _M_initialize() { pthread_spin_init( &
_M_lock
, 0 ); }
316
inline void _M_destroy() { pthread_spin_destroy( &
_M_lock
); }
323
// { pthread_spin_init( &
_M_lock
, 0 ); }
326
// { pthread_spin_destroy( &
_M_lock
); }
328
inline void _M_acquire_lock() { pthread_spin_lock( &
_M_lock
); }
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
369
mutable _STLP_mutex
_M_lock
;
Completed in 60 milliseconds