Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/swiftshader/src/Common/
DResource.cpp23 blocked = 0; in Resource()
43 blocked++; in lock()
49 blocked--; in lock()
71 if(blocked) in lock()
89 blocked++; in lock()
95 blocked--; in lock()
114 if(blocked) in unlock()
141 if(blocked) in unlock()
163 if(count == 0 && !blocked) in destruct()
DResource.hpp50 volatile int blocked; member in sw::Resource
/external/mesa3d/include/c11/
Dthreads_win32.h95 int blocked;
177 if (cond->blocked == 0) { in impl_cond_do_signal()
182 cond->to_unblock += nsignal = cond->blocked; in impl_cond_do_signal()
183 cond->blocked = 0; in impl_cond_do_signal()
187 cond->blocked--; in impl_cond_do_signal()
189 } else if (cond->blocked > cond->gone) { in impl_cond_do_signal()
192 cond->blocked -= cond->gone; in impl_cond_do_signal()
196 nsignal = cond->to_unblock = cond->blocked; in impl_cond_do_signal()
197 cond->blocked = 0; in impl_cond_do_signal()
200 cond->blocked--; in impl_cond_do_signal()
[all …]
/external/wpa_supplicant_8/src/drivers/
Drfkill.c50 int blocked; member
93 if (new_blocked != rfkill->blocked) { in rfkill_receive()
94 rfkill->blocked = new_blocked; in rfkill_receive()
177 rfkill->blocked = 1; in rfkill_init()
180 rfkill->blocked = 1; in rfkill_init()
223 return rfkill->blocked; in rfkill_is_blocked()
/external/syslinux/core/thread/
Dkill_thread.c24 block = thread->blocked; in kill_thread()
32 thread->blocked = NULL; in kill_thread()
Dtimeout.c26 if ((block = t->blocked) && (timeout = block->timeout)) { in __thread_process_timeouts()
34 t->blocked = NULL; in __thread_process_timeouts()
Dsemaphore.c41 curr->blocked = █ in __sem_down_slow()
80 block->thread->blocked = NULL; in __sem_up_slow()
Droot_thread.c7 .blocked = NULL,
Dschedule.c58 if (!nt->blocked) { in __schedule()
/external/webrtc/talk/app/webrtc/test/
Dfakedatachannelprovider.h94 void set_send_blocked(bool blocked) { in set_send_blocked() argument
95 send_blocked_ = blocked; in set_send_blocked()
96 if (!blocked) { in set_send_blocked()
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc236 bool blocked = true; in InternalWriteMinidump() local
241 blocked = false; in InternalWriteMinidump()
249 if (blocked) in InternalWriteMinidump()
/external/eigen/lapack/
Dcholesky.cpp29 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/eigen/Eigen/src/Cholesky/
DLLT_LAPACKE.h67 static Index blocked(MatrixType& m) \
78 static Index blocked(MatrixType& m) \
DLLT.h328 static Index blocked(MatrixType& m)
377 static EIGEN_STRONG_INLINE Index blocked(MatrixType& mat)
380 return llt_inplace<Scalar, Lower>::blocked(matt);
397 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; }
407 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h121 rbug_block_t blocked; member
182 rbug_block_t blocked,
/external/valgrind/drd/tests/
Dsem_wait.stderr.exp3 Wait would have blocked
/external/python/cpython2/Lib/lib2to3/
DGrammar.txt152 # Illegal combinations and orderings are blocked in ast.c:
153 # multiple (test comp_for) arguments are blocked; keyword unpackings
154 # that precede iterable unpackings are blocked; etc.
/external/valgrind/gdbserver_tests/
DmcinvokeWS.vgtest2 # If the test goes wrong, it might be blocked during 10000 seconds.
/external/autotest/client/site_tests/security_Minijail_seccomp/
Dcontrol14 are blocked incorrectly.
/external/autotest/client/site_tests/security_AltSyscall/
Dcontrol14 blocked by the alt_syscall table should fail, and attempts to change the
/external/pdfium/testing/resources/pixel/
Dbug_524043_2.in39 % The stream is blocked by the keyword "endstream"
/external/autotest/client/site_tests/policy_URLWhitelist/
Dcontrol.multiplepages_allowed20 are allowed, and all other URLs are blocked. The test case shall fail if the
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
Dcontrol.siteblocked_block21 NotificationsBlockedForUrls, notifications are blocked on this page.
/external/autotest/client/site_tests/policy_URLBlacklist/
Dcontrol.multiplepages_blocked20 are blocked, and all other URLs are allowed. The test case shall fail if the
Dcontrol.singlepage_blocked20 are blocked, and all other URLs are allowed. The test case shall fail if the

12345678910