HomeSort by relevance Sort by last modified time
    Searched full:_signal (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/libunwind/doc/
unw_is_signal_frame.tex 8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
unw_get_fpreg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_get_reg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_set_fpreg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_set_reg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_is_signal_frame.man 13 .TH "UNW\\_IS\\_SIGNAL\\_FRAME" "3" "16 August 2007" "Programming Library " "Programming Library "
libunwind.tex 55 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*});\\
336 \SeeAlso{unw\_is\_signal\_frame(3)},
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 383 DBusMessage *_signal; local
389 _signal = dbus_message_new_signal(wpa_s->dbus_path,
392 if (_signal == NULL) {
397 dbus_connection_send(iface->con, _signal, NULL);
398 dbus_message_unref(_signal);
416 DBusMessage *_signal = NULL; local
433 _signal = dbus_message_new_signal(wpa_s->dbus_path,
436 if (_signal == NULL) {
446 if (!dbus_message_append_args(_signal,
456 dbus_connection_send(iface->con, _signal, NULL)
473 DBusMessage *_signal; local
506 DBusMessage *_signal = NULL; local
553 DBusMessage *_signal = NULL; local
    [all...]
dbus_new.c 1021 char *_signal; local
1040 _signal = request ?
1044 _signal = request ?
1048 _signal = request ? "ProvisionDiscoveryPBCRequest" :
1054 _signal = "ProvisionDiscoveryFailure";
1067 WPAS_DBUS_NEW_IFACE_P2PDEVICE, _signal);
    [all...]
  /bionic/libc/bionic/
signal.cpp 31 __LIBC_HIDDEN__ sighandler_t _signal(int signum, sighandler_t handler, int flags) { function
45 return _signal(signum, handler, SA_RESTART);
ndk_cruft.cpp 254 extern "C++" sighandler_t _signal(int signum, sighandler_t handler, int flags);
256 return _signal(signum, handler, SA_RESETHAND);
  /bionic/libc/malloc_debug/
README_api.md 6 either the backtrace option or the backtrace\_enabled\_on\_signal option.
README.md 110 ### backtrace\_enable\_on\_signal[=MAX\_FRAMES]
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 338 sort >_signal.grep
344 cat _error.out | grep -vf _error.grep | grep -vf _signal.grep
354 cat _error.out | grep -f _signal.grep | sed 's/=\(.*\)/= Signal(\1)/'
444 $CC $ccflags -o _errors _errors.c && $GORUN ./_errors && rm -f _errors.c _errors _const.go _error.grep _signal.grep _error.out
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 338 sort >_signal.grep
344 cat _error.out | grep -vf _error.grep | grep -vf _signal.grep
354 cat _error.out | grep -f _signal.grep | sed 's/=\(.*\)/= Signal(\1)/'
444 $CC $ccflags -o _errors _errors.c && $GORUN ./_errors && rm -f _errors.c _errors _const.go _error.grep _signal.grep _error.out
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 49 import signal as _signal namespace
51 for key, val in vars(_signal).items():
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 49 import signal as _signal namespace
51 for key, val in vars(_signal).items():
  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 222 #define __TEST_IMPL(test_name, _signal) \
225 { name: "global." #test_name, fn: &test_name, termsig: _signal }; \
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 218 #define __TEST_IMPL(test_name, _signal) \
221 { name: "global." #test_name, fn: &test_name, termsig: _signal }; \
  /external/avahi/avahi-compat-howl/
unsupported.c 179 AVAHI_GCC_UNUSED struct _sw_signal * _signal,
190 AVAHI_GCC_UNUSED struct _sw_signal * _signal) {
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 50 import signal as _signal namespace
52 for key, val in vars(_signal).iteritems():
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 50 import signal as _signal namespace
52 for key, val in vars(_signal).iteritems():
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
thread-mainloop.h 282 * without _signal() being called. You need to make sure to handle
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
thread-mainloop.h 285 * without _signal() being called. You need to make sure to handle
  /external/v8/build/android/
test_runner.py     [all...]

Completed in 510 milliseconds

1 2 3 4