/external/valgrind/none/tests/ |
pending.stdout.exp | 5 5: unblocked...
|
pending.c | 66 printf("5: unblocked...\n");
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
sigprocmask_linux.go | 26 // even when unblocked for signal.Notify(). 36 t.Error("Go runtime unblocked SIGIO")
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
sigprocmask_linux.go | 26 // even when unblocked for signal.Notify(). 36 t.Error("Go runtime unblocked SIGIO")
|
/packages/apps/Dialer/src/com/android/dialer/logging/ |
InteractionEvent.java | 47 * The user unblocked a number from the Call Log screen 52 * The user unblocked a number from the Call details screen 57 * The user unblocked a number from the Management screen 72 * The user unblocked a number then undid the unblock
|
/external/v8/src/base/platform/ |
condition-variable.h | 46 // this condition variable. The thread will be unblocked when |NotifyAll()| or 47 // |NotifyOne()| is executed. It may also be unblocked spuriously. When 48 // unblocked, regardless of the reason, the lock on the mutex is reacquired 54 // thread will be unblocked when |NotifyAll()| or |NotifyOne()| is executed, 55 // or when the relative timeout |rel_time| expires. It may also be unblocked 56 // spuriously. When unblocked, regardless of the reason, the lock on the mutex
|
/hardware/qcom/gps/msm8084/utils/ |
msg_q.c | 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q 132 tmp_msg_q->unblocked = 0; 172 p_msg_q->unblocked = 0; 204 if( p_msg_q->unblocked ) 206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 249 if( p_msg_q->unblocked ) 251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked ) 317 if( p_msg_q->unblocked ) [all...] |
/hardware/qcom/gps/msm8909/utils/ |
msg_q.c | 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q 132 tmp_msg_q->unblocked = 0; 172 p_msg_q->unblocked = 0; 204 if( p_msg_q->unblocked ) 206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 249 if( p_msg_q->unblocked ) 251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked ) 317 if( p_msg_q->unblocked ) [all...] |
/hardware/qcom/gps/msm8960/utils/ |
msg_q.c | 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q 132 tmp_msg_q->unblocked = 0; 172 p_msg_q->unblocked = 0; 204 if( p_msg_q->unblocked ) 206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 249 if( p_msg_q->unblocked ) 251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked ) 317 if( p_msg_q->unblocked ) [all...] |
/hardware/qcom/gps/msm8994/utils/ |
msg_q.c | 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q 132 tmp_msg_q->unblocked = 0; 172 p_msg_q->unblocked = 0; 204 if( p_msg_q->unblocked ) 206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 249 if( p_msg_q->unblocked ) 251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked ) 317 if( p_msg_q->unblocked ) [all...] |
/hardware/qcom/gps/msm8996/utils/ |
msg_q.c | 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q 132 tmp_msg_q->unblocked = 0; 172 p_msg_q->unblocked = 0; 204 if( p_msg_q->unblocked ) 206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 249 if( p_msg_q->unblocked ) 251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked ) 317 if( p_msg_q->unblocked ) [all...] |
/hardware/qcom/gps/utils/ |
msg_q.c | 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q 132 tmp_msg_q->unblocked = 0; 172 p_msg_q->unblocked = 0; 204 if( p_msg_q->unblocked ) 206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 249 if( p_msg_q->unblocked ) 251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); 257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked ) 317 if( p_msg_q->unblocked ) [all...] |
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/ |
TrampolineActivity.java | 35 // to foreground. We need to verify that 'am start' is unblocked correctly.
|
/external/compiler-rt/test/tsan/ |
cond_destruction.cc | 10 // other threads return from pthread_cond_wait, they just need to be unblocked.
|
/external/valgrind/none/tests/solaris/ |
sigresend.c | 31 /* Check that SIGUSR1 is unblocked. */
|
/frameworks/wilhelm/src/ |
ThreadPool.h | 55 pthread_cond_t mCondNotFull; ///< Signalled when a client thread could be unblocked 56 pthread_cond_t mCondNotEmpty; ///< Signalled when a worker thread could be unblocked
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
BlockedListSearchAdapter.java | 73 // Reset view state to unblocked.
|
/external/eigen/Eigen/src/Cholesky/ |
LLT.h | 271 static typename MatrixType::Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace 304 return unblocked(m); 323 if((ret=unblocked(A11))>=0) return k+ret; 342 static EIGEN_STRONG_INLINE typename MatrixType::Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace 345 return llt_inplace<Scalar, Lower>::unblocked(matt);
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
FilteredNumberAsyncQueryHandler.java | 230 * unblocked. 243 * unblocked.
|
/art/compiler/optimizing/ |
parallel_move_resolver.cc | 454 // (A -> B) (B -> C) # Unblocked. 476 // unblocked moves in the pending list can free scratch registers, so we do this 490 // Free any unblocked locations in the scratch location list. 496 // Only scratch overlapping with performed move source can be unblocked. 535 // Only moves with destination overlapping with input loc can be unblocked.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_schedule_instructions.cpp | 46 * update the earliest-unblocked clock time of its children, and 48 * the earliest-unblocked instruction to schedule. 468 * be scheduled. Update the children's unblocked time for this
|
/external/webrtc/webrtc/base/ |
task_unittest.cc | 186 // run the unblocked tasks 507 // run the unblocked tasks 538 // run the unblocked tasks
|
/device/htc/flounder/gps/qct/lib/ |
libgps.utils.so | |
/frameworks/base/core/java/android/hardware/camera2/utils/ |
CloseableLock.java | 197 log("acquire lock unblocked aborted (already closed)"); 270 log("acquire exclusive lock unblocked aborted (already closed)");
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
MmsNetworkManager.java | 224 // Once the waiting request is unblocked, before the next wait, we would start 237 // Once the waiting request is unblocked, before the next wait, we would
|