Searched refs:_remote (Results 1 – 9 of 9) sorted by relevance
/third_party/libunwind/libunwind/doc/ |
D | unw_init_remote.tex | 8 \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 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}()
|
D | unw_init_local.tex | 33 For all other cases, \Func{unw\_init\_remote}() must be used instead. 37 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}() 70 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_init\_remote(3)}
|
D | unw_get_proc_info_by_ip.tex | 37 argument of the same name for \Func{unw\_init\_remote}(). When 81 \SeeAlso{unw\_init\_remote(3)}
|
D | libunwind.tex | 20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void… 188 to \Func{unw\_init\_remote}(). This routine is very similar to 196 Once a cursor has been initialized with \Func{unw\_init\_remote}(), 337 \SeeAlso{unw\_init\_remote(3)},
|
D | libunwind-ptrace.tex | 77 \Func{unw\_init\_remote}().
|
D | unw_create_addr_space.tex | 47 \Func{unw\_init\_remote}(3) was called. 254 \SeeAlso{unw\_init\_remote(3)},
|
D | libunwind-dynamic.tex | 118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
|
/third_party/python/Lib/ |
D | webbrowser.py | 434 def _remote(self, action): member in Grail 445 ok = self._remote("LOADNEW " + url) 447 ok = self._remote("LOAD " + url)
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 3489 def _remote(cls, conn): member in _TestPicklingConnections 3513 rp = self.Process(target=self._remote, args=(rconn0,))
|