HomeSort by relevance Sort by last modified time
    Searched refs:BlockingCall (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/incidentd/src/
Section.h 71 virtual status_t BlockingCall(int pipeWriteFd) const = 0;
98 virtual status_t BlockingCall(int pipeWriteFd) const;
Section.cpp 93 status_t err = data->section->BlockingCall(data->writeFd());
273 DumpsysSection::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 197 milliseconds