Searched defs:mutex (Results 101 - 111 of 111) sorted by relevance

12345

/external/kernel-headers/original/linux/
H A Dperf_event.h477 #include <linux/mutex.h>
697 struct mutex child_mutex;
708 struct mutex mmap_mutex;
754 * Protect the list of events. Locking either mutex or lock
756 * the list you need to lock both the mutex and the spinlock.
758 struct mutex mutex; member in struct:perf_event_context
797 struct mutex hlist_mutex;
H A Dinput.h1239 * @mutex: serializes calls to open(), close() and flush() methods
1250 * accessing the list dev->mutex must be held
1310 struct mutex mutex; member in struct:input_dev
1607 * @mutex: mutex for serializing access to the device
1637 struct mutex mutex; member in struct:ff_device
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h507 #include <linux/mutex.h>
830 struct mutex child_mutex;
841 struct mutex mmap_mutex;
899 * Protect the list of events. Locking either mutex or lock
901 * the list you need to lock both the mutex and the spinlock.
903 struct mutex mutex; member in struct:perf_event_context
/external/v8/src/
H A Dgdb-jit.cc2039 static LazyMutex mutex = LAZY_MUTEX_INITIALIZER; member in namespace:v8
2049 ScopedLock lock(mutex.Pointer());
2130 ScopedLock lock(mutex.Pointer());
2150 ScopedLock lock(mutex.Pointer());
/external/valgrind/main/helgrind/
H A Dhg_main.c1074 "granted on mutex/rwlock which is currently "
1087 "granted on mutex/wrlock which does not "
1207 lock_ga should refer to a standard mutex. */
1865 void* mutex, Word mbRec )
1869 (Int)tid, mbRec, (void*)mutex );
1872 (Addr)mutex, tid );
1878 void evh__HG_PTHREAD_MUTEX_DESTROY_PRE( ThreadId tid, void* mutex )
1884 (Int)tid, (void*)mutex );
1890 lk = map_locks_maybe_lookup( (Addr)mutex );
1899 tl_assert( lk->guestaddr == (Addr)mutex );
1864 evh__HG_PTHREAD_MUTEX_INIT_POST( ThreadId tid, void* mutex, Word mbRec ) argument
1924 evh__HG_PTHREAD_MUTEX_LOCK_PRE( ThreadId tid, void* mutex, Word isTryLock ) argument
[all...]
/external/libffi/src/
H A Ddlmalloc.c109 etc is surrounded with either a pthread mutex or a win32
228 pthread or WIN32 mutex lock/unlock. (If set true, this can be
1998 If USE_LOCKS is defined, the "mutex" lock is acquired and released
2028 MLOCK_T mutex; /* locate lock among fields that rarely change */ member in struct:malloc_state
2147 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2148 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
2490 INITIAL_LOCK(&gm->mutex);
4412 INITIAL_LOCK(&m->mutex);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c145 etc is surrounded with either a pthread mutex or a win32
264 pthread or WIN32 mutex lock/unlock. (If set true, this can be
2008 If USE_LOCKS is defined, the "mutex" lock is acquired and released
2038 MLOCK_T mutex; /* locate lock among fields that rarely change */ member in struct:malloc_state
2157 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2158 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
2500 INITIAL_LOCK(&gm->mutex);
4422 INITIAL_LOCK(&m->mutex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c749 ** This interface only reports on the compile-time mutex setting
1407 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1408 ** abstract type for a mutex object. The SQLite core never looks
1444 ** or modify this field while holding a particular static mutex.
1711 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1854 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
1858 ** holds the [SQLITE_MUTEX_STATIC_MEM] mutex as long as the
2025 ** alternative low-level mutex routines to be used in place
2026 ** the mutex routines built into SQLite.)^ ^SQLite makes a copy of the
2038 ** structure is filled with the currently defined mutex routine
9717 sqlite3_mutex *mutex; /* Connection mutex */ member in struct:sqlite3
11344 sqlite3_mutex_methods mutex; /* Low-level mutex interface */ member in struct:Sqlite3Config
13974 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
14949 sqlite3_mutex *mutex; local
15018 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
15544 sqlite3_mutex *mutex; member in struct:__anon12326
16103 sqlite3_mutex *mutex; member in struct:Mem3Global
16779 sqlite3_mutex *mutex; member in struct:Mem5Global
17654 HMTX mutex; /* Mutex controlling the lock */ member in struct:sqlite3_mutex
17744 HMTX mutex; local
17940 pthread_mutex_t mutex; /* Mutex controlling the lock */ member in struct:sqlite3_mutex
18277 CRITICAL_SECTION mutex; /* Mutex controlling the lock */ member in struct:sqlite3_mutex
18632 sqlite3_mutex *mutex; /* Mutex to serialize access */ member in struct:Mem0Global
20445 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG); local
23646 sqlite3_mutex *mutex; /* Mutex to access this object */ member in struct:os2ShmNode
28697 sqlite3_mutex *mutex; /* Mutex to access this object */ member in struct:unixShmNode
34401 sqlite3_mutex *mutex; /* Mutex to access this object */ member in struct:winShmNode
36893 sqlite3_mutex *mutex; /* MUTEX_STATIC_LRU or NULL */ member in struct:PGroup
36973 sqlite3_mutex *mutex; /* Mutex for accessing the following: */ member in struct:PCacheGlobal
48865 sqlite3_mutex *mutex; /* Non-recursive mutex required to access this object */ member in struct:BtShared
62822 sqlite3_mutex *mutex; local
62868 sqlite3_mutex *mutex = ((Vdbe*)pStmt)->db->mutex; local
91978 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
92012 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
92042 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c749 ** This interface only reports on the compile-time mutex setting
1407 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1408 ** abstract type for a mutex object. The SQLite core never looks
1444 ** or modify this field while holding a particular static mutex.
1711 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1854 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
1858 ** holds the [SQLITE_MUTEX_STATIC_MEM] mutex as long as the
2025 ** alternative low-level mutex routines to be used in place
2026 ** the mutex routines built into SQLite.)^ ^SQLite makes a copy of the
2038 ** structure is filled with the currently defined mutex routine
9717 sqlite3_mutex *mutex; /* Connection mutex */ member in struct:sqlite3
11344 sqlite3_mutex_methods mutex; /* Low-level mutex interface */ member in struct:Sqlite3Config
13974 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
14949 sqlite3_mutex *mutex; local
15018 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
15544 sqlite3_mutex *mutex; member in struct:__anon12351
16103 sqlite3_mutex *mutex; member in struct:Mem3Global
16779 sqlite3_mutex *mutex; member in struct:Mem5Global
17654 HMTX mutex; /* Mutex controlling the lock */ member in struct:sqlite3_mutex
17744 HMTX mutex; local
17940 pthread_mutex_t mutex; /* Mutex controlling the lock */ member in struct:sqlite3_mutex
18277 CRITICAL_SECTION mutex; /* Mutex controlling the lock */ member in struct:sqlite3_mutex
18632 sqlite3_mutex *mutex; /* Mutex to serialize access */ member in struct:Mem0Global
20445 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG); local
23646 sqlite3_mutex *mutex; /* Mutex to access this object */ member in struct:os2ShmNode
28710 sqlite3_mutex *mutex; /* Mutex to access this object */ member in struct:unixShmNode
34414 sqlite3_mutex *mutex; /* Mutex to access this object */ member in struct:winShmNode
36906 sqlite3_mutex *mutex; /* MUTEX_STATIC_LRU or NULL */ member in struct:PGroup
36986 sqlite3_mutex *mutex; /* Mutex for accessing the following: */ member in struct:PCacheGlobal
48878 sqlite3_mutex *mutex; /* Non-recursive mutex required to access this object */ member in struct:BtShared
62835 sqlite3_mutex *mutex; local
62881 sqlite3_mutex *mutex = ((Vdbe*)pStmt)->db->mutex; local
91991 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
92025 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
92055 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local
[all...]

Completed in 572 milliseconds

12345