Home
last modified time | relevance | path

Searched refs:pthread_mutex_lock (Results 1 – 24 of 24) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c212 pthread_mutex_lock( &(_hsl->pendingWriteMutex) ); in listAppendValue()
244 pthread_mutex_lock( &(_hsl->pendingWriteMutex) ); in listRemoveNode()
275 pthread_mutex_lock( &(_hsl->pendingWriteMutex) ); in listGetFirstValue()
294 pthread_mutex_lock( &(_hsl->pendingWriteMutex) ); in listIsEmpty()
346 pthread_mutex_lock(&(_hsl->outputCondMutex)); in bufferWriteThread()
478 pthread_mutex_lock(&(_hsl->bufferMutex)); in bufferWriteThread()
492 pthread_mutex_lock(&(_hsl->bufferMutex)); in bufferWriteThread()
508 pthread_mutex_lock(&(_hsl->outputCondMutex)); in bufferWriteThread()
672 pthread_mutex_lock(&(_hsl->outputCondMutex)); in initBufferMemory()
673 pthread_mutex_lock(&(_hsl->bufferMutex)); in initBufferMemory()
[all …]
H A DapiHSL_SHM.c117 pthread_mutex_lock(&hslShmMutex); in InitShareMemory()
154 pthread_mutex_lock(&hslShmMutex); in FreeShareMemory()
184 pthread_mutex_lock(&hslShmMutex); in StoreShareMemory()
206 pthread_mutex_lock(&hslShmMutex); in RestoreShareMemory()
H A Dfrhsl_autotest.c676 pthread_mutex_lock(&(_hsl->socketReadMutex)); in CmdRecvStart()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c399 #define MUTEX_MUTEX_LOCK() PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Mutex_Mutex));
567 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Init_Mutex)); in MsOS_Init()
592 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Task_Mutex)); in MsOS_Init()
654 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Semaphore_Mutex)); in MsOS_Init()
747 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
771 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
786 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
841 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_MemoryPool_Mutex)); in MsOS_DeleteMemoryPool()
853 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_MemoryPool_Mutex)); in MsOS_DeleteMemoryPool()
935 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_MemoryPool_Mutex)); in MsOS_AllocateMemory()
[all …]
H A DdrvIPAPool.c274 pthread_mutex_lock(&_IPA_POOL_Mutex); in PA_in_IPA_POOL_info()
360 pthread_mutex_lock(&_IPA_POOL_Mutex); in IN_IPA_POOL_To_PA()
410 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
551 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_GetMem()
586 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_PutMem()
623 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Release()
721 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_MapUserVA()
813 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_UnmapUserVA()
876 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_DCacheFlush()
906 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_HEAP_ATTR()
[all …]
H A DdrvMPool.c306 pthread_mutex_lock(&_MsOS_Openfd_Mutex); in MsOS_MPool_Init()
409 pthread_mutex_lock(&_MsOS_Openfd_Mutex);//coverity Data race condition in MsOS_MPool_Close()
445 pthread_mutex_lock(&_MsOS_Openfd_Mutex); in MsOS_GetSHMSize()
556 pthread_mutex_lock(&_MsOS_Openfd_Mutex); in MsOS_CreateNamedMutex()
718 pthread_mutex_lock(&_MsOS_Openfd_Mutex); in MsOS_CreateNamedSemaphore()
945 pthread_mutex_lock(&_MsOS_MPool_Mutex); in _MPOOL_DELAY_BINDING()
1283 pthread_mutex_lock(&_MsOS_MPool_Mutex); in MsOS_MPool_Mapping()
1621 pthread_mutex_lock(&_MsOS_MPool_Mutex); in MsOS_MPool_Add_PA2VARange()
1685 pthread_mutex_lock(&_MsOS_MPool_Mutex); in MsOS_MPool_Remove_PA2VARange()
H A DdrvCMAPool.c227 pthread_mutex_lock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_Init()
335 pthread_mutex_lock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_GetMem()
375 pthread_mutex_lock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_PutMem()
404 pthread_mutex_lock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_Release()
542 pthread_mutex_lock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
H A Ddlmalloc.c1917 #define ACQUIRE_LOCK(sl) pthread_mutex_lock(sl)
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c266 #define MUTEX_MUTEX_LOCK() pthread_mutex_lock(&_MsOS_Mutex_Mutex)
270 #define MUTEX_SEMEPHORE_LOCK() pthread_mutex_lock(&_MsOS_Semaphore_Mutex)
331 extern int pthread_mutex_lock(pthread_mutex_t *mutex);
957 if(pthread_mutex_lock(&(_MsOS_Mutex_Info[s32MutexId].stMutex))) in MsOS_ObtainMutex()
1219 pthread_mutex_lock(&_MsOS_EventGroup_Mutex); in MsOS_CreateEventGroup()
1231 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32Id].stMutexEvent); in MsOS_CreateEventGroup()
1279 pthread_mutex_lock(&_MsOS_EventGroup_Mutex); in MsOS_DeleteEventGroup()
1280 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_DeleteEventGroup()
1316 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_SetEvent()
1350 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_ClearEvent()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c135 pthread_mutex_lock(&TS_mutex); in check_conservative()
160 pthread_mutex_lock(&TS_mutex); in outbuf_put()
302 pthread_mutex_lock(&TS_mutex); in outbuf_put()
316 pthread_mutex_lock(&TS_mutex); in outbuf_get()
334 pthread_mutex_lock(&TS_mutex); in outbuf_getdone()
H A Dmadp_mfe.c349 return pthread_mutex_lock(&s32MFEMutex); in MAdp_MFE_Mutex_Lock()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c856 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Task_Mutex)); in MsOS_CreateTask()
1356 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Semaphore_Mutex));
1402 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Semaphore_Mutex));
2055 PTH_RET_CHK(pthread_mutex_lock( &_MsOS_Queue_Mutex));
2114 PTH_RET_CHK(pthread_mutex_lock( &_MsOS_Queue_Mutex));
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ_Bin.c356 pthread_mutex_lock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpCloneScalerRegTable()
695 pthread_mutex_lock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpScalerRegTable()
789 s32PTHChk = pthread_mutex_lock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpFilterTable()
890 s32PTHChk = pthread_mutex_lock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpFilterTable_Main2()
3182 pthread_mutex_lock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpUFSCScalerRegTable()
3271 s32PTHChk = pthread_mutex_lock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpUFSCFilterTable()
H A DdrvPQ.c477 #define PQ_MLOAD_ENTRY() PTH_PQ_RET_CHK(pthread_mutex_lock(&_PQ_MLoad_Mutex))
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h96 #define pthread_mutex_lock cyg_mutex_lock macro
H A Dmdrv_mfe.c284 #define spin_lock pthread_mutex_lock
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DdrvPQ_Template.h377 pthread_mutex_lock(&_PQ_MLoad_Mutex); in _MDrv_PQ_DumpScalerRegTable()
743 pthread_mutex_lock(&_PQ_MLoad_Mutex); in _MDrv_PQ_DumpCloneScalerRegTable()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h76 int _EXFUN(pthread_mutex_lock, (pthread_mutex_t *mutex));
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c347 int e = pthread_mutex_lock(mu); in teec_mutex_lock()
604 PTH_RET_CHK(pthread_mutex_lock(&_SYS_Global_Init_Mutex)); in MDrv_SYS_GlobalInit()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2474 PTH_RET_CHK(pthread_mutex_lock( &_MsOS_Queue_Mutex));
2533 PTH_RET_CHK(pthread_mutex_lock( &_MsOS_Queue_Mutex));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h734 extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c312 pthread_mutex_lock(&GFXFireInfoMutex); in GFX_FireInfoLock()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1419 #define ACQUIRE_LOCK(l) pthread_mutex_lock(l)
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c206 pthread_mutex_lock(&GOP_XC_Instance_Mutex); in _GOP_XC_Instance_Lock()