Home
last modified time | relevance | path

Searched refs:pMutex (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/dethread/unix/
DdeMutexUnix.c90 pthread_mutex_t* pMutex = (pthread_mutex_t*)mutex; in deMutex_destroy() local
91 DE_ASSERT(pMutex); in deMutex_destroy()
92 pthread_mutex_destroy(pMutex); in deMutex_destroy()
93 deFree(pMutex); in deMutex_destroy()
/external/parameter-framework/parameter/
DAutoLock.h37 CAutoLock(pthread_mutex_t* pMutex) : _pMutex(pMutex) in CAutoLock() argument
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c89 pthread_mutex_t* pMutex; /* for android*/ member
110 p_pthread_info->pCond, p_pthread_info->pMutex); in gki_task_entry()
218 …ntry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) in GKI_create_task() argument
254 GKI_TRACE_3("GKI creating task %i, pCond/pMutex=%x/%x", task_id, pCondVar, pMutex); in GKI_create_task()
265 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex; in GKI_create_task()
657 if (p_pthread_info->pCond != NULL && p_pthread_info->pMutex != NULL) { in GKI_wait()
659 …_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex); in GKI_wait()
660 ret = pthread_mutex_lock(p_pthread_info->pMutex); in GKI_wait()
662 ret = pthread_mutex_unlock(p_pthread_info->pMutex); in GKI_wait()
663 p_pthread_info->pMutex = NULL; in GKI_wait()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c88 pthread_mutex_t* pMutex; /* for android*/ member
107 p_pthread_info->pCond, p_pthread_info->pMutex); in gki_task_entry()
215 …ntry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) in GKI_create_task() argument
251 GKI_TRACE_3("GKI creating task %i, pCond/pMutex=%x/%x", task_id, pCondVar, pMutex); in GKI_create_task()
262 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex; in GKI_create_task()
634 if (p_pthread_info->pCond != NULL && p_pthread_info->pMutex != NULL) { in GKI_wait()
636 …_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex); in GKI_wait()
637 ret = pthread_mutex_lock(p_pthread_info->pMutex); in GKI_wait()
639 ret = pthread_mutex_unlock(p_pthread_info->pMutex); in GKI_wait()
640 p_pthread_info->pMutex = NULL; in GKI_wait()
/external/lldb/tools/debugserver/source/
DPThreadMutex.h85 void Reset(pthread_mutex_t *pMutex = NULL)
88 m_pMutex = pMutex;
/external/sqlite/dist/
Dsqlite3.c15117 sqlite3_mutex *pMutex; in sqlite3_status64() local
15125 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex(); in sqlite3_status64()
15126 sqlite3_mutex_enter(pMutex); in sqlite3_status64()
15132 sqlite3_mutex_leave(pMutex); in sqlite3_status64()
15133 (void)pMutex; /* Prevent warning when SQLITE_THREADSAFE=0 */ in sqlite3_status64()
/external/sqlite/dist/orig/
Dsqlite3.c15117 sqlite3_mutex *pMutex; in sqlite3_status64() local
15125 pMutex = statMutex[op] ? sqlite3Pcache1Mutex() : sqlite3MallocMutex(); in sqlite3_status64()
15126 sqlite3_mutex_enter(pMutex); in sqlite3_status64()
15132 sqlite3_mutex_leave(pMutex); in sqlite3_status64()
15133 (void)pMutex; /* Prevent warning when SQLITE_THREADSAFE=0 */ in sqlite3_status64()