Home
last modified time | relevance | path

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

123456789

/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 …]
Dlibunwind.tex18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void…
72 done with a call to \Func{unw\_init\_local}(). The cursor now points
186 to \Func{unw\_init\_remote}(). This routine is very similar to
187 \Func{unw\_init\_local}(), except that it takes an address-space
194 Once a cursor has been initialized with \Func{unw\_init\_remote}(),
230 native case. Attempting to call, e.g., \Func{unw\_local\_init}() when
333 \SeeAlso{unw\_init\_local(3)},
334 \SeeAlso{unw\_init\_remote(3)},
/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.in95 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=$*_init ${CFLAGS} -o $@ …
107 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC $…
127 …{AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -DNO_SHARED_LIBS=1 -D_INIT=lib$*_init ${CFLAGS} -o $@ -c…
180 echo "extern void lib$${i}_init(void);" >>$@; \
186 echo " ""lib$${i}_init();" >>$@; \
196 echo "extern void lib$${i}_init(void);" >>$@; \
202 echo " ""lib$${i}_init();" >>$@; \
212 echo "extern void lib$${i}_init(void);" >>$@; \
218 echo " ""lib$${i}_init();" >>$@; \
228 echo "extern void lib$${i}_init(void);" >>$@; \
[all …]
DAndroid.bp19 // All of the extension source files have the same function name (_init). Since we don't support
24 // all of the renamed _init functions (libext*_init)
/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/python/cpython3/Lib/asyncio/
Dqueues.py46 self._init(maxsize)
50 def _init(self, maxsize): member in Queue
225 def _init(self, maxsize): member in PriorityQueue
238 def _init(self, maxsize): member in LifoQueue
/external/python/cpython3/Lib/
Dqueue.py35 self._init(maxsize)
205 def _init(self, maxsize): member in Queue
226 def _init(self, maxsize): member in PriorityQueue
242 def _init(self, maxsize): member in LifoQueue
/external/python/cpython2/Lib/
DQueue.py28 self._init(maxsize)
197 def _init(self, maxsize): member in Queue
218 def _init(self, maxsize): member in PriorityQueue
234 def _init(self, maxsize): member in LifoQueue
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) in _init() function
/external/icu/icu4c/source/common/
Duvectr64.cpp32 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
41 _init(initialCapacity, status); in UVector64()
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector64
Duvector.cpp39 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
49 _init(initialCapacity, status); in UVector()
59 _init(DEFAULT_CAPACITY, status); in UVector()
69 _init(initialCapacity, status); in UVector()
72 void UVector::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector
Duvectr32.cpp35 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 _init(initialCapacity, status); in UVector32()
49 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector32
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Doptpmap.py9 def _init(current, total): function
47 pool = multiprocessing.Pool(initializer=_init,
/external/autotest/client/common_lib/cros/tendo/
Dbuffet_dbus_helper.py37 self._init()
46 def _init(self): member in BuffetDBusHelper
/external/iproute2/include/
Dxtables.h509 # undef _init
510 # define _init _INIT macro
516 # define _init __attribute__((constructor)) _INIT macro
559 extern void _init(void);
/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h54 static void name##_init(void) { name##_do_init(name##_storage_bss_get()); } \
56 CRYPTO_once(name##_once_bss_get(), name##_init); \
/external/u-boot/include/
Di2c.h596 #define U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \ argument
599 .init = _init, \
611 #define U_BOOT_I2C_ADAP_COMPLETE(_name, _init, _probe, _read, _write, \ argument
614 U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \
/external/iptables/include/
Dxtables.h542 # undef _init
543 # define _init _INIT macro
549 # define _init __attribute__((constructor)) _INIT macro
600 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/grpc-grpc/templates/src/core/
Dplugin_registry.template30 void ${plugin}_init(void);
36 grpc_register_plugin(${plugin}_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/u-boot/drivers/serial/
Dserial_ns16550.c80 static int eserial##port##_init(void) \
112 .start = eserial##port##_init, \

123456789