OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCKS
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/
pth_rwlock.c
8
#define
LOCKS
2000
12
pthread_rwlock_t
locks
[
LOCKS
];
local
16
for (n = 0; n <
LOCKS
; n++) {
17
if ((e = pthread_rwlock_init(
locks
+ n, NULL)) != 0) {
23
for (n = 0; n <
LOCKS
; n++) {
24
if ((e = pthread_rwlock_destroy(
locks
+ n)) != 0) {
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 582 milliseconds