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

  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 46 typedef HashMap<ThreadIdentifier, GThread*> ThreadMap;
86 static ThreadIdentifier identifierByGthreadHandle(GThread*& thread)
99 static ThreadIdentifier establishIdentifierForThread(GThread*& thread)
112 static GThread* threadForIdentifier(ThreadIdentifier id)
130 GThread* thread;
148 GThread* thread = threadForIdentifier(threadID);
164 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);
thread-test.c 30 GThread *thread;
78 GThread *thread;
194 GThread *threads[THREADS];
284 GThread *threads[THREADS];
347 GThread *threads[G_ONCE_THREADS];
slice-concurrent.c 31 GThread* gthread; member in struct:ThreadData
106 tdata[t].gthread = g_thread_create (thread_func, &tdata[t], TRUE, NULL);
107 g_assert (tdata[t].gthread != NULL);
111 g_thread_join (tdata[t].gthread);
slice-test.c 275 GThread **threads;
282 threads = g_alloca (sizeof(GThread*) * n_threads);
onceinit.c 115 GThread *threads[N_THREADS];
threadpool-test.c 84 test_count_threads_foreach (GThread *thread,
  /external/bluetooth/glib/glib/
gthread.h 62 typedef struct _GThread GThread;
221 GThread* g_thread_create_full (GThreadFunc func,
228 GThread* g_thread_self (void);
230 gpointer g_thread_join (GThread *thread);
232 void g_thread_set_priority (GThread *thread,
gthread.c 4 * gthread.c: MT safety related functions
35 /* implement gthread.h's inline functions */
69 GThread thread;
640 GThread*
680 return (GThread*) result;
692 g_thread_join (GThread* thread)
735 g_thread_set_priority (GThread* thread,
751 GThread*
780 return (GThread*)thread;
933 * @thread_func: function to call for all GThread structure
    [all...]
gmain.c 123 GThread *owner;
    [all...]
  /external/bluetooth/glib/gobject/tests/
threadtests.c 140 GThread *threads[3] = { NULL, };
217 GThread *creator;
  /external/bluetooth/glib/gio/tests/
unix-streams.c 199 GThread *writer, *reader;
  /external/dbus/tools/
dbus-viewer.c 229 GThread *thread = data;

Completed in 160 milliseconds