OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cellsBusy
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/atomic/
Striped64.java
46
* A single spinlock ("
cellsBusy
") is used for initializing and
137
transient volatile int
cellsBusy
;
153
* CASes the
cellsBusy
field from 0 to 1 to acquire lock.
156
return U.compareAndSwapInt(this,
CELLSBUSY
, 0, 1);
205
if (
cellsBusy
== 0) { // Try to attach new Cell
207
if (
cellsBusy
== 0 && casCellsBusy()) {
217
cellsBusy
= 0;
233
else if (
cellsBusy
== 0 && casCellsBusy()) {
238
cellsBusy
= 0;
245
else if (
cellsBusy
== 0 && cells == as && casCellsBusy())
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar
Completed in 612 milliseconds