Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 25 of 170) sorted by relevance

1234567

/external/libunwind/doc/
Dunw_init_local.tex8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_…
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
28 For all other cases, \Func{unw\_init\_remote}() must be used instead.
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}()
48 On successful completion, \Func{unw\_init\_local}() returns 0.
54 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a
60 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in a
[all …]
Dunw_init_remote.tex8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw…
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
38 generally preferable to use \Func{unw\_init\_local}() instead, because
43 On successful completion, \Func{unw\_init\_remote}() returns 0.
49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a
60 \Func{unw\_init\_remote}()).
62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}()
[all …]
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc29 _init(false), in UdpSocket2ManagerWindows()
54 if(_init) in ~UdpSocket2ManagerWindows()
115 if(!_init) in Start()
120 if(!_init) in Start()
151 if(!_init) in StartWorkerThreads()
217 _init = true; in StartWorkerThreads()
235 if(!_init) in Stop()
308 if(!_init) in AddSocketPrv()
368 if(!_init) in RemoveSocketPrv()
384 if(!_init) in PopIoContext()
[all …]
Dudp_socket2_manager_win.h89 bool _init; variable
112 bool _init; variable
150 bool _init; variable
/external/iptables/extensions/
DGNUmakefile.in84 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=$*_init ${CFLAGS} -o $@ …
96 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC $…
116 …{AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -DNO_SHARED_LIBS=1 -D_INIT=lib$*_init ${CFLAGS} -o $@ -c…
151 echo "extern void lib$${i}_init(void);" >>$@; \
157 echo " ""lib$${i}_init();" >>$@; \
167 echo "extern void lib$${i}_init(void);" >>$@; \
173 echo " ""lib$${i}_init();" >>$@; \
183 echo "extern void lib$${i}_init(void);" >>$@; \
189 echo " ""lib$${i}_init();" >>$@; \
Dlibip6t_eui64.c12 void _init(void) in _init() function
Dlibipt_unclean.c12 void _init(void) in _init() function
Dlibipt_MIRROR.c12 void _init(void) in _init() function
Dlibxt_TRACE.c18 void _init(void) in _init() function
Dlibxt_standard.c21 void _init(void) in _init() function
/external/iproute2/include/
Diptables_common.h37 #define _init __attribute__((constructor)) my_init macro
40 # undef _init
41 # define _init _INIT macro
Dxtables.h509 # undef _init
510 # define _init _INIT macro
516 # define _init __attribute__((constructor)) _INIT macro
559 extern void _init(void);
/external/libdaemon/libdaemon/
Ddsignal.c49 static int _init(void) { in _init() function
70 if (_init() < 0) in daemon_signal_install()
105 if (_init() < 0) in daemon_signal_init()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcontrol.py195 def _init(self): member in Coverage
656 self._init()
662 self._init()
677 self._init()
709 self._init()
716 self._init()
735 self._init()
758 self._init()
763 self._init()
783 self._init()
[all …]
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) in _init() function
/external/autotest/client/common_lib/cros/tendo/
Dbuffet_dbus_helper.py37 self._init()
46 def _init(self): member in BuffetDBusHelper
/external/icu/icu4c/source/common/
Duvectr64.cpp30 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
39 _init(initialCapacity, status); in UVector64()
44 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector64
Duvector.cpp37 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
47 _init(initialCapacity, status); in UVector()
57 _init(DEFAULT_CAPACITY, status); in UVector()
67 _init(initialCapacity, status); in UVector()
70 void UVector::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector
Duvectr32.cpp33 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
42 _init(initialCapacity, status); in UVector32()
47 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector32
/external/opencv3/samples/gpu/performance/
Dperformance.h147 struct name##_init: Runnable { \
148 name##_init(): Runnable(#name) { \
153 void name##_init::run()
/external/iptables/include/
Dxtables.h506 # undef _init
507 # define _init _INIT macro
513 # define _init __attribute__((constructor)) _INIT macro
556 extern void _init(void);
/external/autotest/client/site_tests/cellular_DeferredRegistration/
Dcellular_DeferredRegistration.py29 def _init(self): member in cellular_DeferredRegistration
76 self._init()
/external/jsilver/src/org/clearsilver/jni/
DJniCs.java42 csptr = _init(ho.hdfptr); in JniCs()
146 private native long _init(long ptr); in _init() method in JniCs
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Dcloudstorage_api.py287 self._init(api, path, options)
289 def _init(self, api, path, options): member in _Bucket
309 self._init(state['api'], state['path'], state['options'])
/external/autotest/server/hosts/
Dkvm_guest.py32 def _init(self, controlling_hypervisor, qemu_options, *args, **dargs): member in KVMGuest

1234567