Home
last modified time | relevance | path

Searched refs:UnlockMutexPtr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmserr.c466 ctx ->UnlockMutexPtr = NULL; in _cmsRegisterMutexPlugin()
472 Plugin ->LockMutexPtr == NULL || Plugin ->UnlockMutexPtr == NULL) return FALSE; in _cmsRegisterMutexPlugin()
478 ctx ->UnlockMutexPtr = Plugin ->UnlockMutexPtr; in _cmsRegisterMutexPlugin()
517 if (ptr ->UnlockMutexPtr != NULL) { in _cmsUnlockMutex()
519 ptr ->UnlockMutexPtr(ContextID, mtx); in _cmsUnlockMutex()
Dlcms2_internal.h697 _cmsUnlockMutexFnPtrType UnlockMutexPtr; member
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h648 _cmsUnlockMutexFnPtrType UnlockMutexPtr; member