OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdb_spinunlock
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
spinlock.h
38
int
tdb_spinunlock
(TDB_CONTEXT *tdb, int list, int rw_type);
48
#define
tdb_spinunlock
(tdb, list, rw_type) (-1)
51
int
tdb_spinunlock
(TDB_CONTEXT *tdb, int list, int rw_type);
spinlock.c
390
int
tdb_spinunlock
(TDB_CONTEXT *tdb, int list, int rw_type)
function
457
int
tdb_spinunlock
(TDB_CONTEXT *tdb, int list, int rw_type) { return -1; }
function
tdb.c
310
ret =
tdb_spinunlock
(tdb, list, ltype);
[
all
...]
Completed in 69 milliseconds