Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c235 pthread_mutex_unlock( &(_hsl->pendingWriteMutex) ); in listAppendValue()
265 pthread_mutex_unlock( &(_hsl->pendingWriteMutex) ); in listRemoveNode()
284 pthread_mutex_unlock( &(_hsl->pendingWriteMutex) ); in listGetFirstValue()
296 pthread_mutex_unlock( &(_hsl->pendingWriteMutex) ); in listIsEmpty()
487 pthread_mutex_unlock(&(_hsl->bufferMutex)); in bufferWriteThread()
496 pthread_mutex_unlock(&(_hsl->bufferMutex)); in bufferWriteThread()
502 pthread_mutex_unlock(&(_hsl->outputCondMutex)); in bufferWriteThread()
511 pthread_mutex_unlock(&(_hsl->outputCondMutex)); in bufferWriteThread()
749 pthread_mutex_unlock(&(_hsl->bufferMutex)); in initBufferMemory()
750 pthread_mutex_unlock(&(_hsl->outputCondMutex)); in initBufferMemory()
[all …]
H A DapiHSL_SHM.c146 pthread_mutex_unlock(&hslShmMutex); in InitShareMemory()
165 pthread_mutex_unlock(&hslShmMutex); in FreeShareMemory()
191 pthread_mutex_unlock(&hslShmMutex); in StoreShareMemory()
213 pthread_mutex_unlock(&hslShmMutex); in RestoreShareMemory()
H A Dfrhsl_autotest.c784 pthread_mutex_unlock(&(_hsl->socketReadMutex)); in CmdRecvStart()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c400 #define MUTEX_MUTEX_UNLOCK() PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Mutex_Mutex));
600 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Task_Mutex)); in MsOS_Init()
659 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Semaphore_Mutex)); in MsOS_Init()
718 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Init_Mutex)); in MsOS_Init()
760 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
779 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
782 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
791 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_MemoryPool_Mutex)); in MsOS_CreateMemoryPool()
847 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_MemoryPool_Mutex)); in MsOS_DeleteMemoryPool()
857 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_MemoryPool_Mutex)); in MsOS_DeleteMemoryPool()
[all …]
H A DdrvIPAPool.c347 pthread_mutex_unlock(&_IPA_POOL_Mutex); in PA_in_IPA_POOL_info()
387 pthread_mutex_unlock(&_IPA_POOL_Mutex); in IN_IPA_POOL_To_PA()
526 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
536 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
576 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_GetMem()
608 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_PutMem()
707 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Release()
795 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_MapUserVA()
859 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_UnmapUserVA()
896 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_DCacheFlush()
[all …]
H A DdrvMPool.c314 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_MPool_Init()
318 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_MPool_Init()
413 pthread_mutex_unlock(&_MsOS_Openfd_Mutex);//coverity Data race condition in MsOS_MPool_Close()
419 pthread_mutex_unlock(&_MsOS_Openfd_Mutex);//coverity Data race condition in MsOS_MPool_Close()
454 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_GetSHMSize()
458 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_GetSHMSize()
565 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_CreateNamedMutex()
569 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_CreateNamedMutex()
727 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_CreateNamedSemaphore()
731 pthread_mutex_unlock(&_MsOS_Openfd_Mutex); in MsOS_CreateNamedSemaphore()
[all …]
H A DdrvCMAPool.c324 pthread_mutex_unlock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_Init()
363 pthread_mutex_unlock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_GetMem()
394 pthread_mutex_unlock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_PutMem()
430 pthread_mutex_unlock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_Release()
623 pthread_mutex_unlock(&_CMA_POOL_Mutex); in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
H A Ddlmalloc.c1918 #define RELEASE_LOCK(sl) pthread_mutex_unlock(sl)
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c267 #define MUTEX_MUTEX_UNLOCK() pthread_mutex_unlock(&_MsOS_Mutex_Mutex)
271 #define MUTEX_SEMEPHORE_UNLOCK() pthread_mutex_unlock(&_MsOS_Semaphore_Mutex)
333 extern int pthread_mutex_unlock(pthread_mutex_t *mutex);
1001 if(pthread_mutex_unlock(&_MsOS_Mutex_Info[s32MutexId].stMutex)) in MsOS_ReleaseMutex()
1234 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32Id].stMutexEvent); in MsOS_CreateEventGroup()
1236 pthread_mutex_unlock(&_MsOS_EventGroup_Mutex); in MsOS_CreateEventGroup()
1282 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_DeleteEventGroup()
1284 pthread_mutex_unlock(&_MsOS_EventGroup_Mutex); in MsOS_DeleteEventGroup()
1318 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_SetEvent()
1352 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_ClearEvent()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c147 pthread_mutex_unlock(&TS_mutex); in check_conservative()
166 pthread_mutex_unlock(&TS_mutex); in outbuf_put()
308 pthread_mutex_unlock(&TS_mutex); in outbuf_put()
328 pthread_mutex_unlock(&TS_mutex); in outbuf_get()
343 pthread_mutex_unlock(&TS_mutex); in outbuf_getdone()
H A Dmadp_mfe.c369 return pthread_mutex_unlock(&s32MFEMutex); in MAdp_MFE_Mutex_Unlock()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ_Bin.c373 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpCloneScalerRegTable()
457 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpCloneScalerRegTable()
711 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpScalerRegTable()
779 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpScalerRegTable()
802 s32PTHChk = pthread_mutex_unlock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpFilterTable()
876 s32PTHChk = pthread_mutex_unlock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpFilterTable()
903 s32PTHChk = pthread_mutex_unlock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpFilterTable_Main2()
977 s32PTHChk = pthread_mutex_unlock(&_stPQFilterTableMutex); in MDrv_PQBin_DumpFilterTable_Main2()
3198 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpUFSCScalerRegTable()
3257 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in MDrv_PQBin_DumpUFSCScalerRegTable()
[all …]
H A DdrvPQ.c478 #define PQ_MLOAD_RETURN() PTH_PQ_RET_CHK(pthread_mutex_unlock(&_PQ_MLoad_Mutex))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c869 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Task_Mutex)); in MsOS_CreateTask()
1368 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Semaphore_Mutex));
1404 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Semaphore_Mutex));
2080 PTH_RET_CHK(pthread_mutex_unlock( &_MsOS_Queue_Mutex));
2121 PTH_RET_CHK(pthread_mutex_unlock( &_MsOS_Queue_Mutex));
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DdrvPQ_Template.h394 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in _MDrv_PQ_DumpScalerRegTable()
445 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in _MDrv_PQ_DumpScalerRegTable()
761 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in _MDrv_PQ_DumpCloneScalerRegTable()
855 pthread_mutex_unlock(&_PQ_MLoad_Mutex); in _MDrv_PQ_DumpCloneScalerRegTable()
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c355 int e = pthread_mutex_unlock(mu); in teec_mutex_unlock()
608 PTH_RET_CHK(pthread_mutex_unlock(&_SYS_Global_Init_Mutex)); in MDrv_SYS_GlobalInit()
642 PTH_RET_CHK(pthread_mutex_unlock(&_SYS_Global_Init_Mutex)); in MDrv_SYS_GlobalInit()
664 PTH_RET_CHK(pthread_mutex_unlock(&_SYS_Global_Init_Mutex)); in MDrv_SYS_GlobalInit()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h97 #define pthread_mutex_unlock cyg_mutex_unlock macro
H A Dmdrv_mfe.c285 #define spin_unlock pthread_mutex_unlock
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h78 int _EXFUN(pthread_mutex_unlock, (pthread_mutex_t *mutex));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2499 PTH_RET_CHK(pthread_mutex_unlock( &_MsOS_Queue_Mutex));
2540 PTH_RET_CHK(pthread_mutex_unlock( &_MsOS_Queue_Mutex));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h745 extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c321 pthread_mutex_unlock(&GFXFireInfoMutex); in GFX_FireInfoUnLock()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1420 #define RELEASE_LOCK(l) pthread_mutex_unlock(l)
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c215 pthread_mutex_unlock(&GOP_XC_Instance_Mutex); in _GOP_XC_Instance_UnLock()