Home
last modified time | relevance | path

Searched refs:g_thread_create_full (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/tests/
Dslice-test.c285 threads[i] = g_thread_create_full (test_sliced_mem_thread, seedp, 0, TRUE, FALSE, 0, NULL); in main()
290 threads[i] = g_thread_create_full (test_memchunk_thread, seedp, 0, TRUE, FALSE, 0, NULL); in main()
/external/bluetooth/glib/glib/
Dgthread.h218 (g_thread_create_full (func, data, 0, joinable, FALSE, \
221 GThread* g_thread_create_full (GThreadFunc func,
Dgthread.c641 g_thread_create_full (GThreadFunc func, in g_thread_create_full() function
Dgaliasdef.c3027 #undef g_thread_create_full
3028 extern __typeof (g_thread_create_full) g_thread_create_full __attribute((alias("IA__g_thread_create…
Dgalias.h3016 extern __typeof (g_thread_create_full) IA__g_thread_create_full __attribute((visibility("hidden")));
3017 #define g_thread_create_full IA__g_thread_create_full macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt549 g_thread_create_full
/external/bluetooth/glib/
DChangeLog.pre-2-14220 * glib/gthread.c (g_thread_create_full): prevent linking a freed
DChangeLog.pre-2-0399 * glib/gthread.c (g_thread_create_full): Delay allocation until
2915 * glib.def: g_thread_create renamed to g_thread_create_full.
2950 g_thread_create_full and added macro g_thread_create, which omits