OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_locks
(Results
1 - 3
of
3
) sorted by null
/external/chromium/crypto/
openssl_util.cc
46
int
num_locks
= CRYPTO_num_locks();
local
47
locks_.reserve(
num_locks
);
48
for (int i = 0; i <
num_locks
; ++i)
/external/chromium_org/crypto/
openssl_util.cc
51
int
num_locks
= CRYPTO_num_locks();
local
52
locks_.reserve(
num_locks
);
53
for (int i = 0; i <
num_locks
; ++i)
/external/e2fsprogs/lib/ext2fs/
tdb.c
244
unsigned int
num_locks
; /* number of chain locks held */
member in struct:tdb_context
465
tdb->
num_locks
++;
555
tdb->
num_locks
--;
639
if (tdb->
num_locks
!= 0) {
[
all
...]
Completed in 197 milliseconds