Searched defs:thinp (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DSync.cpp858 volatile u4 *thinp; local
869 thinp = &obj->lock;
871 thin = *thinp;
900 (int32_t*)thinp) != 0) {
908 threadId, &obj->lock, 0, *thinp, thin);
919 thin = *thinp;
933 (int32_t *)thinp) == 0) {
976 threadId, &obj->lock, 0, *thinp, thin);

Completed in 42 milliseconds