OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdb_spinlock
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
spinlock.h
37
int
tdb_spinlock
(TDB_CONTEXT *tdb, int list, int rw_type);
47
#define
tdb_spinlock
(tdb, list, rw_type) (-1)
50
int
tdb_spinlock
(TDB_CONTEXT *tdb, int list, int rw_type);
spinlock.c
367
int
tdb_spinlock
(TDB_CONTEXT *tdb, int list, int rw_type)
function
456
int
tdb_spinlock
(TDB_CONTEXT *tdb, int list, int rw_type) { return -1; }
function
tdb.c
270
if (
tdb_spinlock
(tdb, list, ltype)) {
[
all
...]
Completed in 266 milliseconds