OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:busy_lock_counter
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-platform-linux.cc
22
static int
busy_lock_counter
= 0;
variable
31
count =
busy_lock_counter
;
37
CHECK_EQ(count,
busy_lock_counter
);
39
busy_lock_counter
++;
test-platform-nullos.cc
22
static int
busy_lock_counter
= 0;
variable
31
count =
busy_lock_counter
;
37
CHECK_EQ(count,
busy_lock_counter
);
39
busy_lock_counter
++;
Completed in 44 milliseconds