OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gthread
(Results
1 - 11
of
11
) sorted by null
/external/bluetooth/glib/gthread/
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
...]
/external/bluetooth/glib/tests/
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
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
);
/external/bluetooth/glib/glib/
Android.mk
26
gthread
.c \
gasyncqueue.h
34
#include <glib/
gthread
.h>
gthreadpool.h
34
#include <glib/
gthread
.h>
gmain.h
29
#include <glib/
gthread
.h>
/external/bluetooth/glib/
makefile.msc
4
PARTS = glib gmodule
gthread
gobject gio tests
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
glib.h
79
#include <glib/
gthread
.h>
Completed in 102 milliseconds