HomeSort by relevance Sort by last modified time
    Searched defs:GMutex (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/wtf/
Threading.h 90 typedef struct _GMutex GMutex;
140 typedef GOwnPtr<GMutex> PlatformMutex;
  /external/webkit/JavaScriptCore/wtf/gtk/
GOwnPtr.h 34 typedef struct _GMutex GMutex;
46 template<> void freeOwnedGPtr<GMutex>(GMutex*);
  /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...]

Completed in 52 milliseconds