Home
last modified time | relevance | path

Searched refs:ghMutex (Results 1 – 11 of 11) sorted by relevance

/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DMFrontLock.cxx39 this->ghMutex = CreateMutex(nullptr, // default security attributes in MFrontLock()
42 tfel::raise_if(this->ghMutex == nullptr, in MFrontLock()
58 dwWaitResult = ::WaitForSingleObject(this->ghMutex, // handle to mutex in lock()
72 ::ReleaseMutex(this->ghMutex); in unlock()
80 ::CloseHandle(this->ghMutex); in ~MFrontLock()
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DMFrontLock.cxx40 this->ghMutex = CreateMutex(nullptr, // default security attributes in MFrontLock()
43 tfel::raise_if(this->ghMutex == nullptr, in MFrontLock()
63 dwWaitResult = ::WaitForSingleObject(this->ghMutex, // handle to mutex in lock()
81 ::ReleaseMutex(this->ghMutex); in unlock()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondriver.cpp51 static CPLMutex* ghMutex = nullptr;
593 CPLMutexHolderD(&ghMutex); in OGRGeoJSONDriverStoreContent()
609 CPLMutexHolderD(&ghMutex); in OGRGeoJSONDriverStealStoredContent()
627 if( ghMutex ) in OGRGeoJSONDriverUnload()
628 CPLDestroyMutex(ghMutex); in OGRGeoJSONDriverUnload()
629 ghMutex = nullptr; in OGRGeoJSONDriverUnload()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondriver.cpp51 static CPLMutex* ghMutex = nullptr;
593 CPLMutexHolderD(&ghMutex); in OGRGeoJSONDriverStoreContent()
609 CPLMutexHolderD(&ghMutex); in OGRGeoJSONDriverStealStoredContent()
627 if( ghMutex ) in OGRGeoJSONDriverUnload()
628 CPLDestroyMutex(ghMutex); in OGRGeoJSONDriverUnload()
629 ghMutex = nullptr; in OGRGeoJSONDriverUnload()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondriver.cpp51 static CPLMutex* ghMutex = nullptr;
593 CPLMutexHolderD(&ghMutex); in OGRGeoJSONDriverStoreContent()
609 CPLMutexHolderD(&ghMutex); in OGRGeoJSONDriverStealStoredContent()
627 if( ghMutex ) in OGRGeoJSONDriverUnload()
628 CPLDestroyMutex(ghMutex); in OGRGeoJSONDriverUnload()
629 ghMutex = nullptr; in OGRGeoJSONDriverUnload()
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DMFrontLock.hxx45 HANDLE ghMutex; member
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DMFrontLock.hxx45 HANDLE ghMutex; member
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dwx-sdl2.c69 SDL_mutex* ghMutex; variable
156 SDL_LockMutex(ghMutex); in startblit()
161 SDL_UnlockMutex(ghMutex); in endblit()
625 ghMutex = SDL_CreateMutex(); in start_emulation()
714 SDL_DestroyMutex(ghMutex); in stop_emulation()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_aws.cpp53 static CPLMutex *ghMutex = nullptr; variable
728 CPLMutexHolder oHolder( &ghMutex ); in GetConfigurationFromEC2()
1142 if( ghMutex != nullptr ) in CleanMutex()
1143 CPLDestroyMutex( ghMutex ); in CleanMutex()
1144 ghMutex = nullptr; in CleanMutex()
1153 CPLMutexHolder oHolder( &ghMutex ); in ClearCache()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_aws.cpp53 static CPLMutex *ghMutex = nullptr; variable
728 CPLMutexHolder oHolder( &ghMutex ); in GetConfigurationFromEC2()
1142 if( ghMutex != nullptr ) in CleanMutex()
1143 CPLDestroyMutex( ghMutex ); in CleanMutex()
1144 ghMutex = nullptr; in CleanMutex()
1153 CPLMutexHolder oHolder( &ghMutex ); in ClearCache()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_aws.cpp53 static CPLMutex *ghMutex = nullptr; variable
728 CPLMutexHolder oHolder( &ghMutex ); in GetConfigurationFromEC2()
1142 if( ghMutex != nullptr ) in CleanMutex()
1143 CPLDestroyMutex( ghMutex ); in CleanMutex()
1144 ghMutex = nullptr; in CleanMutex()
1153 CPLMutexHolder oHolder( &ghMutex ); in ClearCache()