OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_atexit
(Results
1 - 14
of
14
) sorted by null
/external/bluetooth/glib/
glibconfig.h
94
# define
g_ATEXIT
(proc) (!atexit (proc))
96
# define
g_ATEXIT
(proc) (atexit (proc))
glibconfig.h.win32.in
135
# define
g_ATEXIT
(proc) (!atexit (proc))
137
# define
g_ATEXIT
(proc) (atexit (proc))
NEWS.pre-1-3
178
* New function
g_atexit
(), use of the ATEXIT() macro is discouraged.
ChangeLog.pre-2-10
[
all
...]
configure.in
[
all
...]
ChangeLog.pre-1-2
[
all
...]
ChangeLog.pre-2-0
[
all
...]
/external/bluetooth/glib/glib/
gutils.h
267
* use
g_atexit
() instead.
271
# define ATEXIT(proc)
g_ATEXIT
(proc)
280
void
g_atexit
(GVoidFunc func);
290
#define
g_atexit
(func) atexit(func)
macro
gutils.c
279
#undef
g_atexit
macro
283
*
g_atexit
:
288
* Since GLib 2.8.2, on Windows
g_atexit
() actually is a preprocessor
290
* library. This means that in case the code that calls
g_atexit
(),
294
* which happened earlier when
g_atexit
() was a function in the GLib
300
* On POSIX systems, calling
g_atexit
() (or atexit()) in a dynamically
314
* calling
g_atexit
() (or atexit()) except in the main executable of a
318
g_atexit
(GVoidFunc func)
function
[
all
...]
galiasdef.c
3602
#undef
g_atexit
macro
[
all
...]
galias.h
3592
#define
g_atexit
macro
[
all
...]
/external/bluetooth/glib/docs/reference/glib/tmpl/
misc_utils.sgml
368
<!-- ##### FUNCTION
g_atexit
##### -->
399
It is used to specify the type function passed to
g_atexit
().
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
1461
g_atexit
1479
g_ATEXIT
[
all
...]
/external/bluetooth/glib/gobject/
gobject.c
270
g_atexit
(debug_objects_atexit);
[
all
...]
Completed in 939 milliseconds