Home
last modified time | relevance | path

Searched refs:runtime_mutex (Results 1 – 8 of 8) sorted by relevance

/dports/lang/libobjc2/libobjc2-2.1/
H A Dlock.h75 extern mutex_t runtime_mutex;
77 #define LOCK_RUNTIME() LOCK(&runtime_mutex)
78 #define UNLOCK_RUNTIME() UNLOCK(&runtime_mutex)
79 #define LOCK_RUNTIME_FOR_SCOPE() LOCK_FOR_SCOPE(&runtime_mutex)
H A Dloader.c19 PRIVATE mutex_t runtime_mutex; variable
20 LEGACY void *__objc_runtime_mutex = &runtime_mutex;
72 INIT_LOCK(runtime_mutex); in init_runtime()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dthread.cc232 GMutex*& runtime_mutex = reinterpret_cast<GMutex*&>(gobject_); in operator Mutex&() local
239 runtime_mutex = g_static_mutex_get_mutex(&gobject_); in operator Mutex&()
241 return reinterpret_cast<Mutex&>(runtime_mutex); in operator Mutex&()
/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgthread-deprecated.c592 GMutex **runtime_mutex; in g_static_mutex_free() local
601 runtime_mutex = ((GMutex**)mutex); in g_static_mutex_free()
603 if (*runtime_mutex) in g_static_mutex_free()
604 g_mutex_free (*runtime_mutex); in g_static_mutex_free()
606 *runtime_mutex = NULL; in g_static_mutex_free()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dthread.ccg208 // member (runtime_mutex) is a GMutex pointer. If the gthread implementation
210 // the runtime_mutex pointer is unused, and the rest of the GStaticMutex
217 GMutex*& runtime_mutex = reinterpret_cast<GMutex*&>(gobject_);
224 runtime_mutex = g_static_mutex_get_mutex(&gobject_);
226 return reinterpret_cast<Mutex&>(runtime_mutex);
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgthread.c1348 GMutex **runtime_mutex; in g_static_mutex_free() local
1357 runtime_mutex = ((GMutex**)mutex); in g_static_mutex_free()
1359 if (*runtime_mutex) in g_static_mutex_free()
1360 g_mutex_free (*runtime_mutex); in g_static_mutex_free()
1362 *runtime_mutex = NULL; in g_static_mutex_free()
/dports/graphics/cogl/cogl-1.22.8/build/autotools/
H A Das-glibconfig.m41707 struct _GMutex *runtime_mutex;
1718 g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
/dports/graphics/cogl/cogl-1.22.8/
H A Dconfigure32614 struct _GMutex *runtime_mutex;
32625 g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))