Home
last modified time | relevance | path

Searched refs:g_mutex_trylock (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DMutex.cs36 static extern bool g_mutex_trylock(IntPtr raw); in g_mutex_trylock() method in GLib.Mutex
39 bool raw_ret = g_mutex_trylock(Handle); in Trylock()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-task.c81 if (g_mutex_trylock (pTask->pMutex)) // if the thread is over in _check_for_update_idle()
194 …if (pTask->pCond && g_mutex_trylock (pTask->pMutex)) // it's a periodic thread, and it's not curr… in gldi_task_launch()
256 if (g_mutex_trylock (pTask->pMutex)) in gldi_task_stop()
276 …if (pTask->pThread && pTask->pCond && g_mutex_trylock (pTask->pMutex)) // the thread is sleeping,… in gldi_task_stop()
305 …if (pTask->pThread && pTask->pCond && g_mutex_trylock (pTask->pMutex)) // the thread is sleeping,… in gldi_task_discard()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dmutex.c75 ret = g_mutex_trylock (&mutex); in test_mutex4()
79 if (g_mutex_trylock (&mutex)) in test_mutex4()
100 if (!g_mutex_trylock (&locks[nr])) in acquire()
H A Dautoptr.c373 g_assert_false (g_mutex_trylock (mutex)); in mutex_locked_thread()
382 g_assert_true (g_mutex_trylock (mutex)); in mutex_unlocked_thread()
/dports/www/janus/janus-gateway-0.11.6/
H A Dmutex.h87 #define janus_mutex_trylock_nodebug(a) { ret = g_mutex_trylock(a); }
89 …_PRINT("[%s:%s:%d:trylock] %p\n", __FILE__, __FUNCTION__, __LINE__, a); ret = g_mutex_trylock(a); }
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgthread.h133 #name), g_mutex_trylock (&G_LOCK_NAME (name)))
137 # define G_TRYLOCK(name) g_mutex_trylock (&G_LOCK_NAME (name))
170 gboolean g_mutex_trylock (GMutex *mutex);
/dports/editors/gummi/gummi-0.8.1/src/
H A Dmotion.c145 if (!g_mutex_trylock (&mc->signal_mutex)) goto ret; in motion_do_compile()
164 if (!g_mutex_trylock (&mc->compile_mutex)) continue; in motion_compile_thread()
/dports/comms/gnocky/gnocky-0.0.7/src/
H A Dphonebookview.c50 if (!g_mutex_trylock (phonebook_mutex)) return; in gnocky_pb_drag_data_get()
165 if (!g_mutex_trylock(phonebook_mutex)) return; in gnocky_pb_save_to_disk_clicked()
394 if (g_mutex_trylock(phonebook_mutex)) { in gnocky_phonebook_view_update()
472 if (g_mutex_trylock(phonebook_mutex)) { in gnocky_pb_get_name()
H A Dphoneview.c47 if (!g_mutex_trylock(phoneview_mutex)) return; in gnocky_phone_view_update()
H A Dsmsview.c219 if (g_mutex_trylock(phonebook_mutex)) { in gnocky_sms_phonebook_search_clicked()
504 if (g_mutex_trylock(sms_mutex)) { in gnocky_sms_view_update()
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgthread.h170 # define g_mutex_trylock(mutex) \ macro
183 # define g_mutex_trylock(mutex) \ macro
246 g_mutex_trylock (g_static_mutex_get_mutex (mutex))
/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgthread.h145g_mutex_trylock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_trylo…
/dports/devel/glib20/glib-2.70.4/tests/
H A Dthread-test.c17 g_assert (g_mutex_trylock (&test_g_mutex_mutex) == FALSE); in test_g_mutex_thread()
32 g_assert (g_mutex_trylock (&test_g_mutex_mutex)); in test_g_mutex()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dsync_policy_glib.h41 return g_mutex_trylock(&mutex); in native_trylock()
145 g_mutex_trylock(g_static_mutex_get_mutex(mutex))
/dports/audio/aqualung/aqualung-1.0/src/
H A Dathread.h71 #define AQUALUNG_MUTEX_TRYLOCK(mutex) g_mutex_trylock(mutex) == TRUE
/dports/mail/gnubiff/gnubiff-2.2.13/src/
H A Dui-applet-gtk.cc158 if (!g_mutex_trylock (update_mutex_)) in update()
H A Dlocal.cc89 if (!g_mutex_trylock (monitor_mutex_)) in start()
H A Dui-applet-gnome.cc207 if (!g_mutex_trylock (update_mutex_)) in update()
H A Dpop.cc104 if (!g_mutex_trylock (monitor_mutex_)) in start()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-async-command.c92 g_mutex_trylock (&self->priv->mutex)) in anjuta_async_command_notification_poll()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dthreads.cc181 return g_mutex_trylock(&gobject_); in trylock()
H A Dthread.cc265 return g_mutex_trylock(gobject_); in trylock()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-cancellable-locks.c127 while (!g_mutex_trylock (&mutex->mutex)) { in e_cancellable_mutex_lock()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstobject.h98 #define GST_OBJECT_TRYLOCK(obj) g_mutex_trylock(GST_OBJECT_GET_LOCK(obj))
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/base/
H A Dgstbasesink.h50 #define GST_BASE_SINK_PREROLL_TRYLOCK(obj) (g_mutex_trylock(GST_BASE_SINK_GET_PREROLL_LOCK(obj)))

1234567