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

1 2

  /external/webkit/WebKit/gtk/tests/
testhttpbackend.c 71 g_thread_init(NULL);
testwebhistoryitem.c 61 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);
testhittestresult.c 117 g_thread_init(NULL);
testdownload.c 182 g_thread_init(NULL);
testkeyevents.c 145 g_thread_init(NULL);
testmimehandling.c 181 g_thread_init(NULL);
testwebdatasource.c 164 g_thread_init(NULL);
testwebframe.c 168 g_thread_init(NULL);
  /external/bluetooth/glib/gthread/
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/
errorcheck-mutex-test.c 116 g_thread_init (NULL);
child-test.c 171 g_thread_init (NULL);
slice-concurrent.c 94 g_thread_init (NULL);
asyncqueue-test.c 140 g_thread_init (NULL);
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)");
  /external/bluetooth/glib/tests/refcount/
objects2.c 104 g_thread_init (NULL);
objects.c 120 g_thread_init (NULL);
signals.c 102 g_thread_init (NULL);
242 g_thread_init (NULL);
properties2.c 181 g_thread_init (NULL);
  /external/chromium/base/test/
test_suite.h 59 g_thread_init(NULL);
  /external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 58 g_thread_init(NULL);
  /external/bluetooth/glib/glib/
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 2603 milliseconds

1 2