HomeSort by relevance Sort by last modified time
    Searched full:gthread (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/bluetooth/glib/gthread/
gthread-none.c 4 * gthread.c: fallback thread system implementation
gthread-impl.c 4 * gthread.c: thread related functions
249 /* unshadow function declaration. See gthread.h */
297 g_error ("GThread system may only be initialized once.");
  /external/bluetooth/glib/tests/refcount/
signals.c 254 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
259 GThread *thread;
275 GThread *thread;
277 thread = g_array_index (test_threads, GThread *, i);
  /external/bluetooth/glib/tests/
thread-test.c 30 GThread *thread;
78 GThread *thread;
194 GThread *threads[THREADS];
284 GThread *threads[THREADS];
347 GThread *threads[G_ONCE_THREADS];
slice-test.c 275 GThread **threads;
282 threads = g_alloca (sizeof(GThread*) * n_threads);
  /external/bluetooth/glib/docs/reference/glib/
glib-overrides.txt 89 # GThread
98 <RETURNS>GThread *</RETURNS>
compiling.sgml 39 $ pkg-config --cflags --libs gthread-2.0
  /external/bluetooth/glib/gio/tests/
Makefile.am 68 $(top_builddir)/gthread/libgthread-2.0.la
  /external/bluetooth/glib/glib/
gthread.c 4 * gthread.c: MT safety related functions
35 /* implement gthread.h's inline functions */
69 GThread thread;
640 GThread*
680 return (GThread*) result;
692 g_thread_join (GThread* thread)
735 g_thread_set_priority (GThread* thread,
751 GThread*
780 return (GThread*)thread;
933 * @thread_func: function to call for all GThread structure
    [all...]
gthread.h 62 typedef struct _GThread GThread;
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,
gasyncqueue.h 34 #include <glib/gthread.h>
gthreadpool.h 34 #include <glib/gthread.h>
Makefile.am 149 gthread.c \
234 gthread.h \
  /external/bluetooth/glib/
ChangeLog.pre-2-2 19 * gthread/gthread-impl.c (g_thread_init): Call g_main_thread_init()
123 * glib/gthread.h: Mark the contents of the strucures
126 * glib/gthread.[ch]: Rename the 'write' field of the
513 * glib/grand.c, gthread/gthread-impl.c, tests/rand-test.c:
597 * gthread/gthread.rc.in
598 * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in:
822 * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am
    [all...]
ChangeLog.pre-2-14 55 * glib/gthread.c (g_once_init_enter_impl), (g_once_init_leave):
56 * glib/gthread.h:
168 * glib/gthread.h (g_once_init_enter): fixed compiler warning about
202 * glib/gthread.c (g_once_init_enter_impl): prevent race covered
220 * glib/gthread.c (g_thread_create_full): prevent linking a freed
221 GThread structure into global thread list in error cases.
322 * glib/gthread.[hc]: more atomic ops pointer cast fixes. this time it'll
327 * glib/gthread.[hc]: fixed missing pointer casts when using atomic ops.
367 * glib/gthread.[hc]: implemented g_once_init_enter(),
371 g_once_init_enter_impl() in gthread.[hc]
    [all...]
glib.h 79 #include <glib/gthread.h>
ChangeLog.pre-2-0 399 * glib/gthread.c (g_thread_create_full): Delay allocation until
402 * glib/gthread.h: Make depth member guint for cosmetic reasons.
404 * glib/gthread.c: (g_static_rec_mutex_unlock_full): depth should
    [all...]
ChangeLog.pre-1-2 518 * makefile.msc: Update with new source files, and gthread
652 * gthread/testgthread.c: cleanups
866 * fixed up gthread includes, cleaned up glibconfig.h a little bit.
960 * docs/glib-config.1: Updated to reflect the existence of gthread.
    [all...]
  /external/bluetooth/glib/m4macros/
glib-2.0.m4 6 dnl gthread, or gio is specified in MODULES, pass to pkg-config
28 gthread)
29 pkg_config_args="$pkg_config_args gthread-2.0"
  /external/bluetooth/glib/tests/gobject/
Makefile.am 10 libgthread = $(top_builddir)/gthread/libgthread-2.0.la
  /external/bluetooth/glib/gio/
gasyncresult.c 106 * are run in a separate thread, if #GThread has been initialized, but otherwise they
108 * truly need asynchronous operations, make sure to initialize #GThread.
  /external/bluetooth/glib/gobject/tests/
threadtests.c 140 GThread *threads[3] = { NULL, };
217 GThread *creator;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml 55 <term>#GThread</term>
  /external/bluetooth/glib/build/win32/
make.msc 73 GTHREAD_LIBS = $(GLIB)\gthread\gthread-$(GLIB_VER).lib
  /external/bluetooth/glib/build/win32/vs8/
glib.sln 15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gthread", "gthread.vcproj", "{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"

Completed in 882 milliseconds

12 3 4