Lines Matching refs:lock
127 deMutex lock; /*!< Lock for mutable state below. */ member
354 log->lock = deMutex_create(DE_NULL); in qpTestLog_createFileLog()
365 if (!log->lock) in qpTestLog_createFileLog()
394 if (log->lock) in qpTestLog_destroy()
395 deMutex_destroy(log->lock); in qpTestLog_destroy()
414 deMutex_lock(log->lock); in qpTestLog_startCase()
436 deMutex_unlock(log->lock); in qpTestLog_startCase()
440 deMutex_unlock(log->lock); in qpTestLog_startCase()
458 deMutex_lock(log->lock); in qpTestLog_endCase()
470 deMutex_unlock(log->lock); in qpTestLog_endCase()
482 deMutex_unlock(log->lock); in qpTestLog_endCase()
499 deMutex_lock(log->lock); in qpTestLog_terminateCase()
503 deMutex_unlock(log->lock); in qpTestLog_terminateCase()
518 deMutex_unlock(log->lock); in qpTestLog_terminateCase()
529 deMutex_lock(log->lock); in qpTestLog_writeKeyValuePair()
542 deMutex_unlock(log->lock); in qpTestLog_writeKeyValuePair()
546 deMutex_unlock(log->lock); in qpTestLog_writeKeyValuePair()
776 deMutex_lock(log->lock); in qpTestLog_startImageSet()
786 deMutex_unlock(log->lock); in qpTestLog_startImageSet()
792 deMutex_unlock(log->lock); in qpTestLog_startImageSet()
804 deMutex_lock(log->lock); in qpTestLog_endImageSet()
810 deMutex_unlock(log->lock); in qpTestLog_endImageSet()
816 deMutex_unlock(log->lock); in qpTestLog_endImageSet()
945 deMutex_lock(log->lock); in qpTestLog_writeImage()
953 deMutex_unlock(log->lock); in qpTestLog_writeImage()
958 deMutex_unlock(log->lock); in qpTestLog_writeImage()
977 deMutex_lock(log->lock); in qpTestLog_startShaderProgram()
985 deMutex_unlock(log->lock); in qpTestLog_startShaderProgram()
991 deMutex_unlock(log->lock); in qpTestLog_startShaderProgram()
1003 deMutex_lock(log->lock); in qpTestLog_endShaderProgram()
1009 deMutex_unlock(log->lock); in qpTestLog_endShaderProgram()
1015 deMutex_unlock(log->lock); in qpTestLog_endShaderProgram()
1035 deMutex_lock(log->lock); in qpTestLog_writeShader()
1045 deMutex_unlock(log->lock); in qpTestLog_writeShader()
1049 deMutex_unlock(log->lock); in qpTestLog_writeShader()
1062 deMutex_lock(log->lock); in qpTestLog_startEglConfigSet()
1072 deMutex_unlock(log->lock); in qpTestLog_startEglConfigSet()
1078 deMutex_unlock(log->lock); in qpTestLog_startEglConfigSet()
1088 deMutex_lock(log->lock); in qpTestLog_endEglConfigSet()
1094 deMutex_unlock(log->lock); in qpTestLog_endEglConfigSet()
1100 deMutex_unlock(log->lock); in qpTestLog_endEglConfigSet()
1114 deMutex_lock(log->lock); in qpTestLog_writeEglConfig()
1152 deMutex_unlock(log->lock); in qpTestLog_writeEglConfig()
1156 deMutex_unlock(log->lock); in qpTestLog_writeEglConfig()
1173 deMutex_lock(log->lock); in qpTestLog_startSection()
1183 deMutex_unlock(log->lock); in qpTestLog_startSection()
1189 deMutex_unlock(log->lock); in qpTestLog_startSection()
1201 deMutex_lock(log->lock); in qpTestLog_endSection()
1207 deMutex_unlock(log->lock); in qpTestLog_endSection()
1213 deMutex_unlock(log->lock); in qpTestLog_endSection()
1225 deMutex_lock(log->lock); in qpTestLog_writeKernelSource()
1230 deMutex_unlock(log->lock); in qpTestLog_writeKernelSource()
1234 deMutex_unlock(log->lock); in qpTestLog_writeKernelSource()
1245 deMutex_lock(log->lock); in qpTestLog_writeSpirVAssemblySource()
1250 deMutex_unlock(log->lock); in qpTestLog_writeSpirVAssemblySource()
1254 deMutex_unlock(log->lock); in qpTestLog_writeSpirVAssemblySource()
1267 deMutex_lock(log->lock); in qpTestLog_writeCompileInfo()
1278 deMutex_unlock(log->lock); in qpTestLog_writeCompileInfo()
1282 deMutex_unlock(log->lock); in qpTestLog_writeCompileInfo()
1292 deMutex_lock(log->lock); in qpTestLog_startSampleList()
1300 deMutex_unlock(log->lock); in qpTestLog_startSampleList()
1306 deMutex_unlock(log->lock); in qpTestLog_startSampleList()
1313 deMutex_lock(log->lock); in qpTestLog_startSampleInfo()
1318 deMutex_unlock(log->lock); in qpTestLog_startSampleInfo()
1324 deMutex_unlock(log->lock); in qpTestLog_startSampleInfo()
1335 deMutex_lock(log->lock); in qpTestLog_writeValueInfo()
1350 deMutex_unlock(log->lock); in qpTestLog_writeValueInfo()
1354 deMutex_unlock(log->lock); in qpTestLog_writeValueInfo()
1361 deMutex_lock(log->lock); in qpTestLog_endSampleInfo()
1366 deMutex_unlock(log->lock); in qpTestLog_endSampleInfo()
1372 deMutex_unlock(log->lock); in qpTestLog_endSampleInfo()
1379 deMutex_lock(log->lock); in qpTestLog_startSample()
1386 deMutex_unlock(log->lock); in qpTestLog_startSample()
1392 deMutex_unlock(log->lock); in qpTestLog_startSample()
1401 deMutex_lock(log->lock); in qpTestLog_writeValueFloat()
1408 deMutex_unlock(log->lock); in qpTestLog_writeValueFloat()
1412 deMutex_unlock(log->lock); in qpTestLog_writeValueFloat()
1421 deMutex_lock(log->lock); in qpTestLog_writeValueInteger()
1428 deMutex_unlock(log->lock); in qpTestLog_writeValueInteger()
1432 deMutex_unlock(log->lock); in qpTestLog_writeValueInteger()
1439 deMutex_lock(log->lock); in qpTestLog_endSample()
1444 deMutex_unlock(log->lock); in qpTestLog_endSample()
1450 deMutex_unlock(log->lock); in qpTestLog_endSample()
1457 deMutex_lock(log->lock); in qpTestLog_endSampleList()
1462 deMutex_unlock(log->lock); in qpTestLog_endSampleList()
1468 deMutex_unlock(log->lock); in qpTestLog_endSampleList()