Home
last modified time | relevance | path

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

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dabstract.h177 void MGL_EXPORT mgl_mutex_lock(void *);
H A Dbase.h87 if(mutex) mgl_mutex_lock(mutex); in clear()
/dports/math/mathgl/mathgl-2.5/src/
H A Dbase.cpp54 void MGL_EXPORT mgl_mutex_lock(void *mutex) in mgl_mutex_lock() function