HomeSort by relevance Sort by last modified time
    Searched full:signals (Results 51 - 75 of 1722) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/idl_parser/test_parser/
enum_ppapi.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
interface_web.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
typedef_web.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 36 int signals; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
91 if ( cond->waiting > cond->signals ) {
92 ++cond->signals;
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
191 if ( cond->signals > 0 ) {
200 --cond->signals;
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syscond.c 36 int signals; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
91 if ( cond->waiting > cond->signals ) {
92 ++cond->signals;
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
191 if ( cond->signals > 0 ) {
200 --cond->signals;
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syscond.c 36 int signals; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
91 if ( cond->waiting > cond->signals ) {
92 ++cond->signals;
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
191 if ( cond->signals > 0 ) {
200 --cond->signals;
  /external/skia/debugger/QT/
SkImageWidget.h 34 signals:
  /external/valgrind/main/coregrind/m_gdbserver/gdb/
signals.h 27 /* The numbering of these signals is chosen to match traditional unix
28 signals (insofar as various unices use the same numbers, anyway).
35 need to add new signals here, add them to the end of the explicitly
36 numbered signals, at the comment marker. Add them unconditionally,
39 This is based strongly on Unix/POSIX signals for several reasons:
40 (1) This set of signals represents a widely-accepted attempt to
44 recognized that this set of signals has limitations (such as not
48 signals for breakpoint, single-step, etc., or by adding signal
53 signals.c. */
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdinB.gdb 6 # After this continue, we will receive 5 signals.
nlpasssigalrm.vgtest 1 # test that signals that must be "directly" passed by gdbserver
mcsignopass.stdinB.gdb 6 # instruct gdb to not pass (i.e. ignore) these signals.
8 # Trap the below signals, we make them stop and then continue.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sigaction.h 43 /* Additional set of signals to be blocked. */
75 #define SIG_BLOCK 0 /* Block signals. */
76 #define SIG_UNBLOCK 1 /* Unblock signals. */
77 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigaction.h 43 /* Additional set of signals to be blocked. */
75 #define SIG_BLOCK 0 /* Block signals. */
76 #define SIG_UNBLOCK 1 /* Unblock signals. */
77 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 38 We spawn a thread, have the thread send two signals, and
39 wait for it to finish. Check that we got both signals
47 # the signals that we asked the kernel to send
51 # the signals yet, send yet another signal and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 38 We spawn a thread, have the thread send two signals, and
39 wait for it to finish. Check that we got both signals
47 # the signals that we asked the kernel to send
51 # the signals yet, send yet another signal and
  /art/runtime/
fault_handler.cc 31 // Typically a signal handler should not need to deal with signals that occur within it.
33 // handled signals (implicit checks), we call a function to try to dump the stack
44 // 2. use pthread_sigmask to allow SIGSEGV and SIGABRT signals to be delivered to the
76 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler.";
124 VLOG(signals) << "Failed to claim SEGV: " << strerror(errno);
143 VLOG(signals) << "Handling fault";
145 VLOG(signals) << "in generated code, looking for handler";
147 VLOG(signals) << "invoking Action on handler " << handler;
172 // Set a breakpoint in this function to catch unhandled signals.
206 VLOG(signals) << "Checking for generated code"
    [all...]
signal_catcher.h 29 * A daemon thread that catches signals and does something useful. For
50 int WaitForSignal(Thread* self, SignalSet& signals);
  /bionic/libc/private/
kernel_sigset_t.h 21 // This means we can't support real-time signals correctly until we can change the ABI.
23 // to the kernel, at the cost of not being able to refer to real-time signals.
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicFocusable.java 25 /** Signals that audio focus was gained. */
29 * Signals that audio focus was lost.
  /external/chromium_org/mojo/bindings/js/
support.cc 25 MojoHandleSignals signals,
27 return WaitingCallback::Create(args.isolate(), callback, handle, signals)
  /external/ltrace/
.gitignore 38 testsuite/ltrace.main/signals
52 testsuite/ltrace.torture/signals
  /external/valgrind/main/memcheck/tests/
sigprocmask.c 31 // Make sure the system is in a known state with no signals
32 // blocked as perl has been known to leave some signals blocked
  /external/valgrind/main/none/tests/
sigstackgrowth.c 10 when delivering signals. A fair-enough thing to want to test.
18 further signals within the handler itself, else the kernel will
async-sigs.c 1 // This tests handling of signals sent from outside the process in the
2 // following combinations: sync and async signals, caught and uncaught
3 // signals, and while blocking or not blocking in a syscall. This exercises
99 // In the parent, send the signals.
113 // Check that the child behaved as expected when it received the signals.
  /external/chromium_org/chrome/browser/prerender/
prerender_handle.h 35 // Signals that the prerender has started running.
38 // Signals that the prerender has had its load event.
41 // Signals that the prerender has had its 'DOMContentLoaded' event.
44 // Signals that the prerender has stopped running.
47 // Signals that this prerender has just become a MatchComplete replacement.

Completed in 763 milliseconds

1 23 4 5 6 7 8 91011>>