Home
last modified time | relevance | path

Searched refs:GThread (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp81 static HashMap<ThreadIdentifier, GThread*>& threadMap() in threadMap()
83 static HashMap<ThreadIdentifier, GThread*> map; in threadMap()
87 static ThreadIdentifier identifierByGthreadHandle(GThread*& thread) in identifierByGthreadHandle()
91 HashMap<ThreadIdentifier, GThread*>::iterator i = threadMap().begin(); in identifierByGthreadHandle()
100 static ThreadIdentifier establishIdentifierForThread(GThread*& thread) in establishIdentifierForThread()
113 static GThread* threadForIdentifier(ThreadIdentifier id) in threadForIdentifier()
131 GThread* thread; in createThreadInternal()
149 GThread* thread = threadForIdentifier(threadID); in waitForThreadCompletion()
165 GThread* currentThread = g_thread_self(); in currentThread()
/external/bluetooth/glib/tests/refcount/
Dobjects.c128 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *)); in main()
133 GThread *thread; in main()
149 GThread *thread; in main()
151 thread = g_array_index (test_threads, GThread *, i); in main()
Dproperties.c218 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *)); in main()
223 GThread *thread; in main()
238 GThread *thread; in main()
240 thread = g_array_index (test_threads, GThread *, i); in main()
Dsignals.c254 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *)); in main()
259 GThread *thread; in main()
275 GThread *thread; in main()
277 thread = g_array_index (test_threads, GThread *, i); in main()
Dclosures.c239 GThread *thread1, *thread2; in main()
/external/bluetooth/glib/tests/
Dthread-test.c30 GThread *thread; in test_g_mutex()
78 GThread *thread; in test_g_static_rec_mutex()
194 GThread *threads[THREADS]; in test_g_static_private()
284 GThread *threads[THREADS]; in test_g_static_rw_lock()
347 GThread *threads[G_ONCE_THREADS]; in test_g_thread_once()
Derrorcheck-mutex-test.c63 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL); in wait_on_otherwise_locked_mutex()
82 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL); in timed_wait_on_otherwise_locked_mutex()
Dslice-test.c275 GThread **threads; in main()
282 threads = g_alloca (sizeof(GThread*) * n_threads); in main()
Dslice-concurrent.c31 GThread* gthread;
Donceinit.c115 GThread *threads[N_THREADS]; in main()
Dthreadpool-test.c84 test_count_threads_foreach (GThread *thread, in test_count_threads_foreach()
/external/bluetooth/glib/glib/
Dgthread.h62 typedef struct _GThread GThread; typedef
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,
Dgthread.c69 GThread thread;
640 GThread*
680 return (GThread*) result; in g_thread_create_full()
692 g_thread_join (GThread* thread) in g_thread_join()
735 g_thread_set_priority (GThread* thread, in g_thread_set_priority()
751 GThread*
780 return (GThread*)thread; in g_thread_self()
Dgmain.c123 GThread *owner;
1896 GThread *self = G_THREAD_SELF; in g_main_context_acquire()
1989 GThread *self = G_THREAD_SELF; in g_main_context_wait()
2378 GThread *self) in g_main_context_iterate()
2595 GThread *self = G_THREAD_SELF; in g_main_loop_run()
/external/bluetooth/glib/gobject/tests/
Dthreadtests.c140 GThread *threads[3] = { NULL, }; in test_threaded_class_init()
217 GThread *creator; in test_threaded_object_init()
/external/bluetooth/glib/
Dgthread-2.0.pc.in6 Name: GThread name
Dgthread-2.0-uninstalled.pc.in1 Name: GThread Uninstalled
DChangeLog.pre-2-12359 * gthread/gthread-impl.c: Use GSystemThread instead of GThread for
DChangeLog.pre-2-14221 GThread structure into global thread list in error cases.
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt89 # GThread
98 <RETURNS>GThread *</RETURNS>
Dglib-sections.txt547 GThread
/external/bluetooth/glib/gthread/
Dgthread.rc.in17 VALUE "FileDescription", "GThread"
Dmakefile.msc.in11 DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GThread\"
DChangeLog816 * Makefile.am: -DG_LOG_DOMAIN="GThread", we don't need an extern
/external/bluetooth/glib/gio/tests/
Dunix-streams.c199 GThread *writer, *reader; in test_pipe_io()

12