Searched refs:new_lock_type (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread.c1017 int mtype, tid, new_lock_type, shared; local
1059 new_lock_type = 1;
1070 mutex->value = ((tid << 16) | mtype | new_lock_type);
1086 new_lock_type = 2;
1230 int mtype, tid, oldv, new_lock_type, shared; local
1285 new_lock_type = 1;
1297 mutex->value = ((tid << 16) | mtype | new_lock_type);
1313 new_lock_type = 2;

Completed in 65 milliseconds