OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GThreadFunctions
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gthread/
gthread-none.c
34
static
GThreadFunctions
gthread-impl.c
253
g_thread_init_with_errorcheck_mutexes (
GThreadFunctions
* init)
255
GThreadFunctions
errorcheck_functions;
292
g_thread_init (
GThreadFunctions
* init)
361
g_thread_init (
GThreadFunctions
* init)
367
g_thread_init_with_errorcheck_mutexes (
GThreadFunctions
* init)
gthread-win32.c
80
static
GThreadFunctions
g_thread_functions_for_glib_use_default;
564
static
GThreadFunctions
g_thread_functions_for_glib_use_default =
gthread-posix.c
444
static
GThreadFunctions
g_thread_functions_for_glib_use_default =
/external/bluetooth/glib/glib/
gthread.h
77
typedef struct _GThreadFunctions
GThreadFunctions
;
116
GLIB_VAR
GThreadFunctions
g_thread_functions_for_glib_use;
126
void g_thread_init (
GThreadFunctions
*vtable);
135
void g_thread_init_with_errorcheck_mutexes (
GThreadFunctions
* vtable);
gthread.c
95
GThreadFunctions
g_thread_functions_for_glib_use = {
Completed in 74 milliseconds