OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_thread_join
(Results
1 - 15
of
15
) sorted by null
/external/bluetooth/glib/tests/
thread-test.c
45
g_assert (GPOINTER_TO_INT (
g_thread_join
(thread)) == 41);
104
g_assert (GPOINTER_TO_INT (
g_thread_join
(thread)) == 43);
216
g_assert (GPOINTER_TO_INT (
g_thread_join
(threads[i])) == i * 3);
295
g_thread_join
(threads[i]);
363
g_thread_join
(threads[i]);
slice-concurrent.c
111
g_thread_join
(tdata[t].gthread);
slice-test.c
293
g_thread_join
(threads[i]);
/external/bluetooth/glib/tests/refcount/
objects.c
152
g_thread_join
(thread);
closures.c
275
g_thread_join
(thread1);
276
g_thread_join
(thread2);
properties.c
241
g_thread_join
(thread);
signals.c
278
g_thread_join
(thread);
/external/bluetooth/glib/gio/tests/
unix-streams.c
235
g_thread_join
(reader);
236
g_thread_join
(writer);
/external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
150
void* joinResult =
g_thread_join
(thread);
/external/bluetooth/glib/gobject/tests/
threadtests.c
227
g_thread_join
(creator);
/external/bluetooth/glib/glib/
gthread.h
230
gpointer
g_thread_join
(GThread *thread);
gthread.c
562
it is, the structure is freed in
g_thread_join
*/
692
g_thread_join
(GThread* thread)
function
galiasdef.c
3036
#undef
g_thread_join
macro
[
all
...]
galias.h
3026
#define
g_thread_join
macro
[
all
...]
/external/dbus/tools/
dbus-viewer.c
233
d =
g_thread_join
(thread);
Completed in 380 milliseconds