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

1 2 3 4

  /external/bluetooth/glib/gthread/
makefile.msc.in 1 ## Makefile for building the gthread dll with Microsoft C
11 DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GThread\"
16 gthread-impl.obj
18 gthread-impl.obj : gthread-impl.c gthread-win32.c
19 $(CC) -c $(CFLAGS) gthread-impl.c
21 gthread.res : gthread.rc
22 rc -DBUILDNUMBER=0 -r -fo gthread.res gthread.r
    [all...]
Makefile.am 7 -I$(top_srcdir)/gthread \
8 -DG_LOG_DOMAIN=\"GThread\" \
15 gthread-posix.c \
16 gthread-win32.c \
17 gthread-none.c \
18 gthread.def \
19 gthread.rc.in
23 gthread.rc
33 noinst_DATA = gthread-2.0.lib
35 install_ms_lib_cmd = $(INSTALL) gthread-2.0.lib $(DESTDIR)$(libdir
    [all...]
ChangeLog 71 * gthread-impl.c: Implement g_thread_init_with_errorcheck_mutexes
84 * Makefile.am (gthread-2.0.lib): Pass appropriate -machine flag to lib.exe.
144 * gthread-posix.c:
145 * gthread-win32.c: Replace uses of G_GNUC_PRETTY_FUNCTION
214 * Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside
219 * gthread-win32.c (g_gettime_win32_impl):
226 * gthread-win32.c (g_thread_impl_init): Correct link to discussion
260 * gthread-win32.c (g_thread_exit_win32_impl): Free with free() and
270 * gthread-win32.c: #define _WIN32_WINDOWS as 0x0401 to get
280 * gthread-win32.c (G_PRIVATE_MAX): Increase to 100. 16 was rathe
    [all...]
gthread.rc.in 17 VALUE "FileDescription", "GThread"
  /external/bluetooth/glib/
gthread-2.0-uninstalled.pc.in 1 Name: GThread Uninstalled
5 Libs: ${pc_top_builddir}/${pcfiledir}/gthread/libgthread-2.0.la @G_THREAD_LIBS@
gthread-2.0.pc.in 6 Name: GThread
win32-fixup.pl 39 process_file ("gthread/makefile.msc");
40 process_file ("gthread/gthread.rc");
makefile.msc 4 PARTS = glib gmodule gthread gobject gio tests
ChangeLog.pre-2-12 277 * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
333 * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
338 * glib/gthread.c: Use g_atomic_pointer_set instead of old
341 * gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
352 glib/gthread.c to glib/gthreadprivate.h
    [all...]
glib-zip.in 55 lib/gthread-2.0.lib
56 lib/gthread-2.0.def
65 lib/pkgconfig/gthread-2.0.pc
Makefile.am 6 SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
53 gthread-2.0.pc.in \
59 gthread-2.0-uninstalled.pc.in \
105 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc gio-unix-2.0.pc
  /external/bluetooth/glib/build/win32/vs8/
gthread.vcproj 5 Name="gthread"
7 RootNamespace="gthread"
44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GThread\";G_DISABLE_DEPRECATED"
67 ModuleDefinitionFile="../../../gthread/gthread.def"
124 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GThread\";G_DISABLE_DEPRECATED"
145 ModuleDefinitionFile="../../../gthread/gthread.def"
188 RelativePath="..\..\..\gthread\gthread-impl.c"
    [all...]
Makefile.am 11 gthread.vcproj
  /external/bluetooth/glib/build/win32/vs9/
Makefile.am 11 gthread.vcproj \
gthread.vcproj 5 Name="gthread"
7 RootNamespace="gthread"
48 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GThread\";G_DISABLE_DEPRECATED"
71 ModuleDefinitionFile="../../../gthread/gthread.def"
127 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GThread\";G_DISABLE_DEPRECATED"
148 ModuleDefinitionFile="../../../gthread/gthread.def"
207 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GThread\";G_DISABLE_DEPRECATED"
230 ModuleDefinitionFile="../../../gthread/gthread.def"
    [all...]
  /external/bluetooth/glib/gobject/tests/
Makefile.am 6 libgobject_LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
  /external/bluetooth/glib/tests/refcount/
objects.c 128 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
133 GThread *thread;
149 GThread *thread;
151 thread = g_array_index (test_threads, GThread *, i);
Makefile.am 10 libgthread = $(top_builddir)/gthread/libgthread-2.0.la
properties.c 218 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
223 GThread *thread;
238 GThread *thread;
240 thread = g_array_index (test_threads, GThread *, i);
  /external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 81 static HashMap<ThreadIdentifier, GThread*>& threadMap()
83 static HashMap<ThreadIdentifier, GThread*> map;
87 static ThreadIdentifier identifierByGthreadHandle(GThread*& thread)
91 HashMap<ThreadIdentifier, GThread*>::iterator i = threadMap().begin();
100 static ThreadIdentifier establishIdentifierForThread(GThread*& thread)
113 static GThread* threadForIdentifier(ThreadIdentifier id)
131 GThread* thread;
149 GThread* thread = threadForIdentifier(threadID);
165 GThread* currentThread = g_thread_self();
  /external/bluetooth/glib/tests/
slice-concurrent.c 31 GThread* gthread; member in struct:ThreadData
106 tdata[t].gthread = g_thread_create (thread_func, &tdata[t], TRUE, NULL);
107 g_assert (tdata[t].gthread != NULL);
111 g_thread_join (tdata[t].gthread);
makefile.msc.in 87 $(CC) $(CFLAGS) -Fe$@ $< ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
91 ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib \
97 ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
106 for %p in ($(TESTS)) do set PATH=..\glib;..\gmodule;..\gobject;..\gthread;%PATH% && %p
errorcheck-mutex-test.c 63 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL);
82 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL);
  /external/bluetooth/glib/glib/
Android.mk 26 gthread.c \
gthreadprivate.h 46 /* Is called from gthread/gthread-impl.c */

Completed in 2658 milliseconds

1 2 3 4