HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 101 - 125 of 1649) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 144 gp.m.blocked = true
146 gp.m.blocked = false
160 gp.m.blocked = true
162 gp.m.blocked = false
173 gp.m.blocked = true
175 gp.m.blocked = false
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 144 gp.m.blocked = true
146 gp.m.blocked = false
160 gp.m.blocked = true
162 gp.m.blocked = false
173 gp.m.blocked = true
175 gp.m.blocked = false
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
policy_JavaScriptBlockedForUrls.py 24 JavaScript execution will be blocked on any page that matches that
26 and MultipleUrls_Block) then JavaScript execution will be blocked on any
97 more URL patterns, JavaScript execution shall be blocked only on the
119 # should be blocked. If execution is allowed, raise an error.
121 raise error.TestFail('JavaScript should be blocked.')
  /external/bison/lib/
closeout.c 55 handler set to SIG_IGN) or blocked. Only particular programs need to
56 temporarily ignore SIGPIPE. If SIGPIPE is ignored or blocked because
57 it was ignored or blocked in the parent process when it created the
59 practice to have SIGPIPE ignored or blocked while creating a child
63 when SIGPIPE is ignored or blocked.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
2-3.c 13 * higher or equal priority are blocked on the lock;
30 * than the writer blocked on 'rwlock'
177 we regard it as blocked */
210 printf("Test FAILED: rd_thread blocked on read lock\n");
231 ("Test FAILED: higher priority wr_thread still blocked on write lock, when a reader release the lock\n");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveMmsMessageAction.java 89 final boolean blocked = BugleDatabaseOperations.isBlockedDestination(
91 final boolean autoDownload = (!blocked && MmsUtils.allowMmsAutoRetrieve(subId));
94 blocked, subId);
103 mms.mSeen = messageInObservableConversation || blocked;
122 blocked, true /* shouldAutoSwitchSelfId */);
  /development/tools/bugreport/src/com/android/bugreport/stacks/
ThreadSnapshot.java 41 public boolean blocked; field in class:ThreadSnapshot
81 this.blocked = that.blocked;
LockSnapshot.java 28 public static final int BLOCKED = 8;
30 public static final int ANY = LOCKED | WAITING | SLEEPING | BLOCKED;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
4-1.c 65 printf("Test PASSED: main blocked on barrier init\n");
111 /* Just in case main gets in a blocked state, send me a SIGALRM after 2 secs */
126 /* Cancel thread in case it is still blocked */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
assertions.xml 40 this attribute, regardless of whether other threads are blocked on any of these
67 calling thread is blocked because the mutex is owned by another thread, that
71 Furthermore, if this owner thread itself becomes blocked on another mutex,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
1-2.c 9 * are blocked from delivery to a signal handler function. Steps are:
13 * 3) Raise two of the blocked signals.
25 * The handler raises the two blocked signals and verifies they are
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
2-1.c 34 /* Empty set of blocked signals */
41 /* Add SIGRTMIN to the set of blocked signals */
65 /* Send SIGALRM signal 2 times to this process. Since it is blocked,
4-1.c 31 /* Empty set of blocked signals */
38 /* Add SIGALRM to the set of blocked signals */
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
FieldTest.java 64 Field blockedField = Thread.State.class.getDeclaredField("BLOCKED");
65 assertTrue(Thread.State.class.getDeclaredField("BLOCKED").isEnumConstant());
68 "public static final java.lang.Thread$State java.lang.Thread$State.BLOCKED",
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
BlockUninstallDelegateTest.java 64 assertTrue("App not uninstall blocked", mDpm.isUninstallBlocked(null, TEST_APP_PKG));
67 assertFalse("App still uninstall blocked", mDpm.isUninstallBlocked(null, TEST_APP_PKG));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 33 * the thread is blocked on the wait().
50 // notify blocked threads that threshold has been reached
  /external/autotest/client/site_tests/security_Minijail_seccomp/
security_Minijail_seccomp.py 56 253, "Blocked priv-drop system calls succeeded")
65 253, "Blocked system calls succeeded")
  /external/compiler-rt/test/esan/TestCases/
workingset-signal-posix.cpp 66 fprintf(stderr, "Past blocked-SIGSEGV shadow fault\n");
74 // CHECK-NEXT: Past blocked-SIGSEGV shadow fault
  /external/eigen/lapack/
cholesky.cpp 29 if(UPLO(*uplo)==UP) ret = int(internal::llt_inplace<Scalar, Upper>::blocked(A));
30 else ret = int(internal::llt_inplace<Scalar, Lower>::blocked(A));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
assertions.xml 17 If a signal is delivered to a thread blocked on a barrier, upon return from the signal
26 A thread that has blocked on a barrier shall not prevent any unblocked thread that is eligible
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
1-1.c 84 we regard it as blocked */
92 printf("Test FAILED: thread blocked on read lock\n");
2-1.c 77 we regard it as blocked */
85 printf("Test FAILED: thread blocked on read lock\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
assertions.xml 29 If the signal had been blocked, upon successful completion, sigset( ) shall return SIG_HOLD
32 If the signal had not been blocked, upon successful completion, sigset( ) shall return the signal's previous disposition
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 84 void SetLock(bool bLocked) { m_bLocked = bLocked; }
  /external/syslinux/core/include/
thread.h 49 struct thread_block *blocked; member in struct:thread
89 * list of blocked processes on this semaphore!

Completed in 911 milliseconds

1 2 3 45 6 7 8 91011>>