/third_party/glib/glib/deprecated/ |
D | gthread.h | 58 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 …]
|
D | gthread-deprecated.c | 509 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/ |
D | gthread.h | 51 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 …]
|
D | gthread-posix.c | 137 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 …]
|
D | gthread-win32.c | 80 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/ |
D | glib-overrides.txt | 33 # 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/ |
D | mutex.c | 35 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()
|
D | cond.c | 31 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/ |
D | wlwindow.h | 44 GMutex *render_lock; 60 GMutex configure_mutex; 86 const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock); 88 struct wl_surface * parent, GMutex * render_lock);
|
D | gstwaylandsink.h | 55 GMutex display_lock; 68 GMutex render_lock;
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstiterator.c | 46 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/ |
D | gstcurlhttpsrc.h | 116 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/ |
D | gstopenjpegdec.h | 77 GMutex messages_lock; 78 GMutex decoding_lock; 83 GMutex drain_lock;
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideosink.h | 110 GMutex graph_lock; 113 GMutex com_init_lock; 114 GMutex com_deinit_lock;
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.h | 98 GMutex ready_mutex; 105 GMutex images_mutex; 139 GMutex mutex;
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.h | 104 GMutex image_capture_mutex; 127 GMutex preview_list_mutex; 135 GMutex video_capture_mutex;
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.h | 81 GMutex lock; 82 GMutex type_lock; 83 GMutex msg_lock;
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.h | 108 GMutex dc_lock; 117 GMutex ice_lock; 129 GMutex pc_lock;
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstiterator.h | 218 GMutex *lock; 236 GMutex *lock, 245 GMutex *lock,
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsdec.h | 55 GMutex src_mutex; 59 GMutex connection_mutex;
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideoenc.h | 55 GMutex codec_lock; // Protect creation / destruction of the codec 80 GMutex drain_lock;
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdbin.h | 61 GMutex dvd_lock; 62 GMutex preroll_lock;
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.h | 154 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/ |
D | videomixer2.h | 78 GMutex lock; 81 GMutex setcaps_lock;
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.h | 73 GMutex x_lock; 76 GMutex pool_lock;
|