Searched refs:received (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | signal_test.cpp | 778 static siginfo received; in TEST() local 781 handler.sa_sigaction = [](int, siginfo_t* siginfo, void*) { received = *siginfo; }; in TEST() 792 ASSERT_EQ(sent.si_code, received.si_code) << "rt_tgsigqueueinfo modified si_code, expected " in TEST() 793 << sent.si_code << ", received " << received.si_code in TEST() 799 ASSERT_EQ(sent.si_code, received.si_code) << "rt_tgsigqueueinfo modified si_code, expected " in TEST() 800 << sent.si_code << ", received " << received.si_code in TEST()
|
/bionic/libc/malloc_debug/ |
D | README.md | 124 Note that when the signal is received, the heap is not dumped until the next 132 is received. If both this option and the backtrace option are set, then 133 backtrace capture is enabled until the signal is received. 154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when 274 is received. 282 Once the signal is received, and the current records are written to the
|
/bionic/libdl/ |
D | NOTICE | 64 on behalf of whom a Contribution has been received by Licensor and
|