HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 151 - 175 of 622) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/coregrind/m_gdbserver/
README_DEVELOPERS 148 process in case all threads are blocked in a system call.
154 How is gdbserver activated if all Valgrind threads are blocked in a syscall ?
162 blocked in a system call. In such a case, no polling will be done by
186 a process blocked in a system call : the symptom is that the system
274 blocked in a system call, some architecture specific code
325 up a valgrind process which is blocked in system calls. Maybe we
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 539 // reached Resolve(). Also, the capturing resolver_proc is initially blocked.
551 // blocked, these should all pile up until we signal it.
590 // blocked.
602 // blocked, these should all pile up until we signal it.
677 // blocked.
689 // blocked, these should all pile up until we signal it.
734 // blocked.
746 // blocked, these should all pile up until we signal it.
789 // blocked.
802 // blocked, these should all pile up until we signal it
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 46 to deliver a sync signal while it is blocked, it just kills the
58 another process with kill. These are generally blocked, except for
66 if it appears to be blocked in a syscall.
101 (1) run code on the virtual CPU with all signals blocked
130 (1) run code on vcpu with all async signals blocked
155 receives ^C whilst blocked in a syscall, but by default we are
156 running with all async signals blocked, and so that signal could be
177 then these are blocked, so we don't expect to catch them in
181 if thread is blocked in a syscall marked SfMayBlock
188 blocked, but we can and do poll for them using VG_(poll_signals)
    [all...]
  /external/quake/quake/src/QW/progs/
doors.qc 37 // if a door has a negative wait, it would never come back if blocked,
414 "dmg" damage to inflict when blocked (2 default)
498 self.blocked = door_blocked;
719 "dmg" damage to inflict when blocked (2 default)
771 self.blocked = secret_blocked;
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 57 all its signals blocked (all but the fault signals: SEGV, BUS, ILL, etc).
62 it uses the sigtimedwait() syscall to fetch blocked pending signals
69 because they can't be held off; if they're blocked when an instruction
112 *all* signals blocked, so there's no risk of two concurrent async signal
203 from being blocked in a syscall, so that we can get the thread to
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 377 // We want to confirm that the query really was blocked trying to acquire a
396 // that the query was blocked, then the test must be broken.
397 fail("Could not prove that the query actually blocked before cancel() was called.");
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 115 // Sets the blocked state of the tab.
266 blocked(false),
279 bool blocked; member in struct:TabRendererGtk::TabData
tab_renderer_gtk.cc 337 void TabRendererGtk::SetBlocked(bool blocked) {
338 if (data_.blocked == blocked)
340 data_.blocked = blocked;
345 return data_.blocked;
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 483 std::vector<GURL> blocked(service->GetBlockedOrigins());
490 for (size_t i = 0; i < blocked.size(); ++i) {
492 GetNotificationExceptionForPage(blocked[i], CONTENT_SETTING_BLOCK));
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 214 /** \internal This is the blocked version of fullpivlu_unblocked() */
285 * recursive, blocked algorithm.
340 // recursively call the blocked LU algorithm on [A11^T A21^T]^T
  /external/oprofile/events/mips/74K/
events.h 23 "12-0 Cycles IFU-IDU gate is closed (waiting for downstream to unclog) due to MTC0/MFC0 sequence in pipe, EHB, or blocked DD, DR, or DS"},
53 "27-0 Load/store graduation blocked cycles due to CP1/2 store data not ready, SYNC/SYNCI/SC/CACHEOP at the head, or FSB/LDQ/WBB/ITU FIFO full"},
101 "55-0 GFIFO blocked cycles"},
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 115 // and this move is blocked on source B and there is a swap of A and
136 // The move may be blocked on a (at most one) pending move, in which case
148 // This move is not blocked.
  /frameworks/base/core/java/android/net/
NetworkInfo.java 81 /** Access to this network is blocked. */
82 BLOCKED,
110 stateMap.put(DetailedState.BLOCKED, State.DISCONNECTED);
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 256 * not be called from the main application thread. A blocked call will be canceled with
294 * not be called from the main application thread. A blocked call will be canceled with
364 * not be called from the main application thread. A blocked call will be canceled with
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 252 // let blocked writers write to the newly available buffer space
355 // let blocked writers write to the newly available buffer space
411 // let blocked readers read the newly available data
  /external/chromium/chrome/browser/ui/
browser.h 625 // Sets if command execution shall be blocked. If |block| is true then
627 // method will not execute the command, and the last blocked command will be
631 // Gets the last blocked command after calling SetBlockCommandExecution(true).
632 // Returns the command id or -1 if there is no command blocked. The
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.mm 183 // Change the label of the blocked cookies part if necessary.
191 // Shrink the blocked cookies outline view.
  /external/chromium/net/socket/
transport_client_socket_unittest.cc 406 // Now we have the Write() blocked on ERR_IO_PENDING. It's time to force the
426 // It's possible the read is blocked because it's already read all the data.
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 131 // The move may be blocked on a pending move, which must be the starting move.
141 // This move is no longer blocked.
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 132 // The move may be blocked on a pending move, which must be the starting move.
142 // This move is no longer blocked.
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 329 // BLOCKED
360 assertEquals(Thread.State.BLOCKED, th.getState());
  /external/bison/darwin-lib/
signal.h 573 /* Return the set of those blocked signals that are pending. */
580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
581 Then, if SET is not NULL, affect the current set of blocked signals by
584 while the signal is blocked. */
  /external/bison/linux-lib/
signal.h 573 /* Return the set of those blocked signals that are pending. */
580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
581 Then, if SET is not NULL, affect the current set of blocked signals by
584 while the signal is blocked. */
  /external/chromium/chrome/browser/chromeos/login/
login_performer.h 47 // is waiting for successful online login or blocked on online login failure.
web_page_view.cc 92 LOG(ERROR) << "Page load failed: content blocked. Type: " << type;

Completed in 1094 milliseconds

1 2 3 4 5 67 8 91011>>