HomeSort by relevance Sort by last modified time
    Searched full:g_thread_init (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/bluetooth/glib/gthread/
gthread.def 2 g_thread_init
gthread-impl.c 250 #undef g_thread_init macro
261 /* This isn't called in g_thread_init, as it doesn't think to get
288 g_thread_init (&errorcheck_functions);
292 g_thread_init (GThreadFunctions* init) function
339 /* if somebody is calling g_thread_init (), it means that he wants to
361 g_thread_init (GThreadFunctions* init) function
  /external/bluetooth/glib/tests/
slice-threadinit.c 1 /* slice-threadinit.c - test GSlice across g_thread_init
26 #define MAGAZINE_PROBES { 81, 265, 347 } /* block sizes hopefully unused by g_thread_init */
103 g_error ("failed to allocate from magazine/page cache (before g_thread_init)");
126 g_error ("failed to reallocate slice from magazine (before g_thread_init): size=%d", magazine_probes[j]);
130 /* release magazine probes to be retained across g_thread_init */
136 g_thread_init (NULL);
152 g_error ("failed to reallocate slice from magazine (after g_thread_init): size=%d", magazine_probes[j]);
158 g_error ("failed to allocate from magazine/page cache (after g_thread_init)");
errorcheck-mutex-test.c 116 g_thread_init (NULL);
asyncqueue-test.c 140 g_thread_init (NULL);
slice-concurrent.c 94 g_thread_init (NULL);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml 36 You must call g_thread_init() before executing any other GLib
38 g_thread_init() will be called at all. This is a requirement even if
40 g_thread_init() is called. If other GLib functions have been called
42 is g_mem_set_vtable() which may be called before g_thread_init().
49 g_thread_init() itself, or call some other library that calls
50 g_thread_init(). Thus, if you use some GLib-based library that is
51 above the GTK+ stack, it is safest to call g_thread_init() in your
55 After calling g_thread_init(), GLib is completely
98 that once you provide a thread implementation to g_thread_init(), GLib
117 however, provide one to g_thread_init() to make GLib multi-thread safe
    [all...]
timers.sgml 15 Therefore, calling g_thread_init() while timers are running may lead to
16 unreliable results. It is best to call g_thread_init() before starting
80 <warning><para>Calling initialization functions, in particular g_thread_init(),
  /external/bluetooth/glib/tests/refcount/
objects2.c 104 g_thread_init (NULL);
objects.c 120 g_thread_init (NULL);
properties2.c 181 g_thread_init (NULL);
signals.c 102 g_thread_init (NULL);
242 g_thread_init (NULL);
properties.c 201 g_thread_init (NULL);
  /external/webkit/Source/WebKit/gtk/tests/
testapplicationcache.c 42 g_thread_init(NULL);
testglobals.c 50 g_thread_init(NULL);
testhttpbackend.c 71 g_thread_init(NULL);
testwebhistoryitem.c 61 g_thread_init(NULL);
testwebplugindatabase.c 74 g_thread_init(NULL);
testwebsettings.c 66 g_thread_init(NULL);
testnetworkrequest.c 91 g_thread_init(NULL);
testnetworkresponse.c 92 g_thread_init(NULL);
testwindow.c 115 g_thread_init(NULL);
  /external/webkit/Tools/MiniBrowser/gtk/
main.c 124 g_thread_init(NULL);
  /external/bluetooth/glib/glib/
gthread.c 134 * It will only be called from g_thread_init() in -lgthread.
139 /* We let the main thread (the one that calls g_thread_init) inherit
140 * the static_private data set before calling g_thread_init
275 * this variable is NULL, if g_thread_init() hasn't been called or
980 * Indicates if g_thread_init() has been called.
gthread.h 126 void g_thread_init (GThreadFunctions *vtable);
146 #define g_thread_init(vtable) g_thread_init_with_errorcheck_mutexes (vtable) macro

Completed in 231 milliseconds

1 2 3 4