HomeSort by relevance Sort by last modified time
    Searched refs:GMutex (Results 1 - 25 of 28) sorted by null

1 2

  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 12 g_mutex_lock ((GMutex*)mutex);
20 GMutex* mutex = g_mutex_new ();
28 GMutex* mutex = g_mutex_new ();
36 GMutex* mutex = g_mutex_new ();
45 GMutex* mutex = g_mutex_new ();
53 GMutex* mutex = g_mutex_new ();
61 GMutex* mutex = g_mutex_new ();
72 GMutex* mutex = g_mutex_new ();
80 GMutex* mutex = g_mutex_new ();
slice-concurrent.c 33 GMutex* to_free_mutex;
onceinit.c 26 static GMutex *tmutex = NULL;
mainloop-test.c 30 GMutex *context_array_mutex;
thread-test.c 6 /* GMutex */
8 static GMutex* test_g_mutex_mutex = NULL;
memchunks.c 130 static GMutex *mem_chunks_lock = NULL;
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GOwnPtr.cpp 46 template <> void freeOwnedGPtr<GMutex>(GMutex* ptr)
GOwnPtr.h 39 template<> void freeOwnedGPtr<GMutex>(GMutex*);
GTypedefs.h 55 typedef struct _GMutex GMutex;
  /external/bluetooth/glib/gthread/
gthread-impl.c 82 static GMutex *
85 GMutex *retval = g_thread_functions_for_glib_use_default.mutex_new ();
97 g_mutex_lock_errorcheck_impl (GMutex *mutex,
119 g_mutex_trylock_errorcheck_impl (GMutex *mutex,
144 g_mutex_unlock_errorcheck_impl (GMutex *mutex,
169 g_mutex_free_errorcheck_impl (GMutex *mutex,
186 GMutex *mutex,
215 GMutex *mutex,
275 (void (*)(GMutex *)) g_mutex_lock_errorcheck_impl;
277 (gboolean (*)(GMutex *)) g_mutex_trylock_errorcheck_impl
    [all...]
gthread-win32.c 97 static GMutex *
105 return (GMutex *) retval;
109 g_mutex_free_win32_cs_impl (GMutex *mutex)
123 g_mutex_lock_win32_cs_impl (GMutex *mutex)
129 g_mutex_trylock_win32_cs_impl (GMutex * mutex)
135 g_mutex_unlock_win32_cs_impl (GMutex *mutex)
140 static GMutex *
148 return (GMutex *) retval;
152 g_mutex_free_win32_impl (GMutex *mutex)
162 g_mutex_lock_win32_impl (GMutex *mutex
    [all...]
gthread-posix.c 159 static GMutex *
162 GMutex *result = (GMutex *) g_new (pthread_mutex_t, 1);
169 g_mutex_free_posix_impl (GMutex * mutex)
183 g_mutex_trylock_posix_impl (GMutex * mutex)
219 GMutex * entered_mutex,
447 (void (*)(GMutex *)) pthread_mutex_lock,
449 (void (*)(GMutex *)) pthread_mutex_unlock,
454 (void (*)(GCond *, GMutex *)) pthread_cond_wait,
  /external/bluetooth/glib/glib/
gthread.h 72 typedef struct _GMutex GMutex;
80 GMutex* (*mutex_new) (void);
81 void (*mutex_lock) (GMutex *mutex);
82 gboolean (*mutex_trylock) (GMutex *mutex);
83 void (*mutex_unlock) (GMutex *mutex);
84 void (*mutex_free) (GMutex *mutex);
89 GMutex *mutex);
91 GMutex *mutex,
150 GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex)
    [all...]
gasyncqueue.h 116 GMutex* _g_async_queue_get_mutex (GAsyncQueue *queue);
gthread.c 96 (GMutex*(*)())g_thread_fail, /* mutex_new */
123 static GMutex *g_once_mutex = NULL;
248 GMutex *
249 g_static_mutex_get_mutex_impl (GMutex** mutex)
269 GMutex **runtime_mutex;
278 runtime_mutex = ((GMutex**)mutex);
gmain.h 131 GMutex *mutex);
gslice.c 165 GMutex *magazine_mutex;
172 GMutex *slab_mutex;
207 static GMutex *smc_tree_mutex = NULL; /* mutex for G_SLICE=debug-blocks */
391 g_mutex_lock_a (GMutex *mutex,
    [all...]
gmem.c 307 static GMutex *gmem_profile_mutex = NULL;
  /external/bluetooth/bluez/audio/
gsta2dpsink.h 69 GMutex *cb_mutex;
gstavdtpsink.h 70 GMutex *sink_lock;
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPrimitives.h 70 typedef GOwnPtr<GMutex> PlatformMutex;
  /external/bluetooth/glib/
glibconfig.h 169 (g_thread_use_default_impl ? ((GMutex*)(gpointer) ((mutex)->static_mutex.pad)) : \
  /external/bluetooth/glib/gobject/tests/
threadtests.c 113 static GMutex *sync_mutex = NULL;
  /external/bluetooth/glib/gio/
gioscheduler.c 305 GMutex *ack_lock;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 64 GMutex* buffer_mutex;

Completed in 273 milliseconds

1 2