HomeSort by relevance Sort by last modified time
    Searched refs:GThread (Results 1 - 16 of 16) sorted by null

  /external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 81 static HashMap<ThreadIdentifier, GThread*>& threadMap()
83 static HashMap<ThreadIdentifier, GThread*> map;
87 static ThreadIdentifier identifierByGthreadHandle(GThread*& thread)
91 HashMap<ThreadIdentifier, GThread*>::iterator i = threadMap().begin();
100 static ThreadIdentifier establishIdentifierForThread(GThread*& thread)
113 static GThread* threadForIdentifier(ThreadIdentifier id)
131 GThread* thread;
149 GThread* thread = threadForIdentifier(threadID);
165 GThread* currentThread = g_thread_self();
  /external/bluetooth/glib/tests/refcount/
objects.c 128 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
133 GThread *thread;
149 GThread *thread;
151 thread = g_array_index (test_threads, GThread *, i);
properties.c 218 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
223 GThread *thread;
238 GThread *thread;
240 thread = g_array_index (test_threads, GThread *, i);
signals.c 254 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
259 GThread *thread;
275 GThread *thread;
277 thread = g_array_index (test_threads, GThread *, i);
closures.c 239 GThread *thread1, *thread2;
  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 63 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL);
82 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL);