Home
last modified time | relevance | path

Searched refs:GMutex (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/third_party/glib/glib/deprecated/
Dgthread.h58 GMutex* (*mutex_new) (void);
59 void (*mutex_lock) (GMutex *mutex);
60 gboolean (*mutex_trylock) (GMutex *mutex);
61 void (*mutex_unlock) (GMutex *mutex);
62 void (*mutex_free) (GMutex *mutex);
67 GMutex *mutex);
69 GMutex *mutex,
131 GMutex *mutex;
136 } GStaticMutex GLIB_DEPRECATED_TYPE_IN_2_32_FOR(GMutex);
149 GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
[all …]
Dgthread-deprecated.c509 GMutex *
512 GMutex *result; in g_static_mutex_get_mutex_impl()
592 GMutex **runtime_mutex; in g_static_mutex_free()
601 runtime_mutex = ((GMutex**)mutex); in g_static_mutex_free()
685 g_atomic_pointer_set (&mutex->mutex.mutex, (GMutex *) result); in g_static_rec_mutex_get_rec_mutex_impl()
1458 GMutex *
1461 GMutex *mutex; in g_mutex_new()
1463 mutex = g_slice_new (GMutex); in g_mutex_new()
1482 g_mutex_free (GMutex *mutex) in g_mutex_free()
1485 g_slice_free (GMutex, mutex); in g_mutex_free()
[all …]
/third_party/glib/glib/
Dgthread.h51 typedef union _GMutex GMutex; typedef
111 #define G_LOCK_DEFINE(name) GMutex G_LOCK_NAME (name)
112 #define G_LOCK_EXTERN(name) extern GMutex G_LOCK_NAME (name)
164 void g_mutex_init (GMutex *mutex);
166 void g_mutex_clear (GMutex *mutex);
168 void g_mutex_lock (GMutex *mutex);
170 gboolean g_mutex_trylock (GMutex *mutex);
172 void g_mutex_unlock (GMutex *mutex);
208 GMutex *mutex);
215 GMutex *mutex,
[all …]
Dgthread-posix.c137 g_mutex_get_impl (GMutex *mutex) in g_mutex_get_impl()
185 g_mutex_init (GMutex *mutex) in g_mutex_init()
205 g_mutex_clear (GMutex *mutex) in g_mutex_clear()
224 g_mutex_lock (GMutex *mutex) in g_mutex_lock()
243 g_mutex_unlock (GMutex *mutex) in g_mutex_unlock()
267 g_mutex_trylock (GMutex *mutex) in g_mutex_trylock()
794 GMutex *mutex) in g_cond_wait()
898 GMutex *mutex, in g_cond_wait_until()
1161 GMutex lock;
1474 g_mutex_init (GMutex *mutex) in g_mutex_init()
[all …]
Dgthread-win32.c80 g_mutex_init (GMutex *mutex) in g_mutex_init()
86 g_mutex_clear (GMutex *mutex) in g_mutex_clear()
91 g_mutex_lock (GMutex *mutex) in g_mutex_lock()
97 g_mutex_trylock (GMutex *mutex) in g_mutex_trylock()
103 g_mutex_unlock (GMutex *mutex) in g_mutex_unlock()
249 GMutex *entered_mutex) in g_cond_wait()
256 GMutex *entered_mutex, in g_cond_wait_until()
/third_party/glib/docs/reference/glib/
Dglib-overrides.txt33 # GMutex
37 <RETURNS>GMutex *</RETURNS>
43 GMutex *mutex
49 GMutex *mutex
55 GMutex *mutex
61 GMutex *mutex
95 <RETURNS>GMutex *</RETURNS>
169 GCond *cond, GMutex *mutex
175 GCond *cond, GMutex *mutex, GTimeVal *abs_time
/third_party/glib/glib/tests/
Dmutex.c35 GMutex mutex; in test_mutex1()
48 static GMutex mutex; in test_mutex2()
59 GMutex *mutex; in test_mutex3()
72 static GMutex mutex; in test_mutex4()
91 GMutex locks[LOCKS];
165 static GMutex lock; in do_addition()
Dcond.c31 static GMutex mutex;
136 GMutex mutex;
241 GMutex lock; in test_wait_until()
286 GMutex *lock = data; in mutex_holder()
319 GMutex lock; in test_wait_until_errno()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.h44 GMutex *render_lock;
60 GMutex configure_mutex;
86 const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock);
88 struct wl_surface * parent, GMutex * render_lock);
Dgstwaylandsink.h55 GMutex display_lock;
68 GMutex render_lock;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstiterator.c46 GMutex m; in GST_START_TEST()
85 GMutex m; in GST_START_TEST()
147 GMutex m; in GST_START_TEST()
230 GMutex m; in GST_START_TEST()
268 GMutex *m; in filter2_lock_cb()
283 GMutex m; in GST_START_TEST()
335 GMutex m; in GST_START_TEST()
374 GMutex *m; in filter4_lock_cb()
389 GMutex m; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.h116 GMutex mutex;
119 GMutex multiple_mutex;
151 GMutex uri_mutex; /* Make the URIHandler get/set thread safe */
216 GMutex buffer_mutex;
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.h77 GMutex messages_lock;
78 GMutex decoding_lock;
83 GMutex drain_lock;
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.h110 GMutex graph_lock;
113 GMutex com_init_lock;
114 GMutex com_deinit_lock;
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.h98 GMutex ready_mutex;
105 GMutex images_mutex;
139 GMutex mutex;
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.h104 GMutex image_capture_mutex;
127 GMutex preview_list_mutex;
135 GMutex video_capture_mutex;
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.h81 GMutex lock;
82 GMutex type_lock;
83 GMutex msg_lock;
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h108 GMutex dc_lock;
117 GMutex ice_lock;
129 GMutex pc_lock;
/third_party/gstreamer/gstreamer/gst/
Dgstiterator.h218 GMutex *lock;
236 GMutex *lock,
245 GMutex *lock,
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.h55 GMutex src_mutex;
59 GMutex connection_mutex;
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideoenc.h55 GMutex codec_lock; // Protect creation / destruction of the codec
80 GMutex drain_lock;
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.h61 GMutex dvd_lock;
62 GMutex preroll_lock;
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */
173 GMutex push_lock; /* we need the lock to protect the push mode variables */
209 GMutex seek_event_mutex;
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.h78 GMutex lock;
81 GMutex setcaps_lock;
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.h73 GMutex x_lock;
76 GMutex pool_lock;

12345678910>>...17