HomeSort by relevance Sort by last modified time
    Searched defs:pMutex (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/delibs/dethread/unix/
deMutexUnix.c 90 pthread_mutex_t* pMutex = (pthread_mutex_t*)mutex;
91 DE_ASSERT(pMutex);
92 pthread_mutex_destroy(pMutex);
93 deFree(pMutex);
  /hardware/intel/common/libwsbm/src/
wsbm_driver.c 145 struct _WsbmPMutex *pMutex = pMutexConvert(mutex);
150 pMutex->func = func;
151 pthread_mutex_init(&pMutex->mutex, NULL);
158 struct _WsbmPMutex *pMutex = pMutexConvert(mutex);
160 pthread_mutex_destroy(&pMutex->mutex);
166 struct _WsbmPMutex *pMutex = pMutexConvert(mutex);
168 pthread_mutex_lock(&pMutex->mutex);
174 struct _WsbmPMutex *pMutex = pMutexConvert(mutex);
176 pthread_mutex_unlock(&pMutex->mutex);
212 struct _WsbmPMutex *pMutex = pMutexConvert(mutex)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 89 pthread_mutex_t* pMutex; /* for android*/
108 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
110 p_pthread_info->pCond, p_pthread_info->pMutex);
218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
254 GKI_TRACE_3("GKI creating task %i, pCond/pMutex=%x/%x", task_id, pCondVar, pMutex);
265 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex;
657 if (p_pthread_info->pCond != NULL && p_pthread_info->pMutex != NULL) {
659 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 88 pthread_mutex_t* pMutex; /* for android*/
105 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
107 p_pthread_info->pCond, p_pthread_info->pMutex);
215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
251 GKI_TRACE_3("GKI creating task %i, pCond/pMutex=%x/%x", task_id, pCondVar, pMutex);
262 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex;
634 if (p_pthread_info->pCond != NULL && p_pthread_info->pMutex != NULL) {
636 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 307 milliseconds