OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOBAL_LOCK
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
tdb.c
153
#define
GLOBAL_LOCK
0
231
struct tdb_lock_type
global_lock
;
member in struct:tdb_context
412
if (tdb->
global_lock
.count &&
413
(ltype == tdb->
global_lock
.ltype || ltype == F_RDLCK)) {
417
if (tdb->
global_lock
.count) {
507
if (tdb->
global_lock
.count &&
508
(ltype == tdb->
global_lock
.ltype || ltype == F_RDLCK)) {
512
if (tdb->
global_lock
.count) {
586
if (tdb->have_transaction_lock || tdb->
global_lock
.count) {
629
if (tdb->
global_lock
.count && tdb->global_lock.ltype == ltype)
[
all
...]
/external/ppp/pppd/
tdb.c
86
#define
GLOBAL_LOCK
0
[
all
...]
Completed in 124 milliseconds