OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockingCall
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/incidentd/src/
Section.cpp
270
status_t err = data->section->
BlockingCall
(data->pipe.writeFd().get());
461
status_t DumpsysSection::
BlockingCall
(int pipeWriteFd) const {
511
status_t LogSection::
BlockingCall
(int pipeWriteFd) const {
646
status_t TombstoneSection::
BlockingCall
(int pipeWriteFd) const {
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
319
#define BLOCK_REAL(name) (
BlockingCall
(thr), REAL(name))
321
struct
BlockingCall
{
322
explicit
BlockingCall
(ThreadState *thr)
340
~
BlockingCall
() {
1026
// (see
BlockingCall
below). Disable async signals since we are running
1027
// tsan code. Also ScopedInterceptor and
BlockingCall
destructors won't run
1034
// Undo
BlockingCall
ctor effects.
1057
BlockingCall
bc(thr);
[
all
...]
Completed in 75 milliseconds