Home
last modified time | relevance | path

Searched defs:_func (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/libsoup/
Dgconstructor.h25 #define G_DEFINE_CONSTRUCTOR(_func) static void __attribute__((constructor)) _func (void); argument
26 #define G_DEFINE_DESTRUCTOR(_func) static void __attribute__((destructor)) _func (void); argument
52 #define G_DEFINE_CONSTRUCTOR(_func) G_MSVC_CTOR (_func, G_MSVC_SYMBOL_PREFIX) argument
53 #define G_DEFINE_DESTRUCTOR(_func) G_MSVC_DTOR (_func, G_MSVC_SYMBOL_PREFIX) argument
55 #define G_MSVC_CTOR(_func,_sym_prefix) \ argument
63 #define G_MSVC_DTOR(_func,_sym_prefix) \ argument
79 #define G_DEFINE_CONSTRUCTOR_PRAGMA_ARGS(_func) \ argument
81 #define G_DEFINE_CONSTRUCTOR(_func) \ argument
86 #define G_DEFINE_DESTRUCTOR_PRAGMA_ARGS(_func) \ argument
88 #define G_DEFINE_DESTRUCTOR(_func) \ argument
[all …]
/third_party/glib/glib/
Dgconstructor.h25 #define G_DEFINE_CONSTRUCTOR(_func) static void __attribute__((constructor)) _func (void); argument
26 #define G_DEFINE_DESTRUCTOR(_func) static void __attribute__((destructor)) _func (void); argument
54 #define G_DEFINE_CONSTRUCTOR(_func) G_MSVC_CTOR (_func, G_MSVC_SYMBOL_PREFIX) argument
55 #define G_DEFINE_DESTRUCTOR(_func) G_MSVC_DTOR (_func, G_MSVC_SYMBOL_PREFIX) argument
57 #define G_MSVC_CTOR(_func,_sym_prefix) \ argument
65 #define G_MSVC_DTOR(_func,_sym_prefix) \ argument
81 #define G_DEFINE_CONSTRUCTOR_PRAGMA_ARGS(_func) \ argument
83 #define G_DEFINE_CONSTRUCTOR(_func) \ argument
88 #define G_DEFINE_DESTRUCTOR_PRAGMA_ARGS(_func) \ argument
90 #define G_DEFINE_DESTRUCTOR(_func) \ argument
[all …]
/third_party/boost/libs/thread/example/
Dtennis.cpp84 void (*_func)(void*); member
97 void (*_func)(void*); member in thread_adapter
Dstarvephil.cpp152 void (*_func)(void*); member
165 void (*_func)(void*); member in thread_adapter
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h851 #define SVGA_TRY(_func) \ argument
855 #define SVGA_TRY_PTR(_func) \ argument
862 #define SVGA_TRY_MAP(_func, _retry) \ argument
866 #define SVGA_TRY(_func) (_func) argument
868 #define SVGA_TRY_PTR(_func) (_func) argument
870 #define SVGA_TRY_MAP(_func, _retry) (_func) argument
902 #define SVGA_RETRY_CHECK(_svga, _func, _retried) \ argument
921 #define SVGA_RETRY(_svga, _func) \ argument
932 #define SVGA_RETRY_OOM(_svga, _ret, _func) \ argument