OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdb_create_rwlocks
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
spinlock.h
39
int
tdb_create_rwlocks
(int fd, unsigned int hash_size);
46
#define
tdb_create_rwlocks
(fd, hash_size) 0
52
int
tdb_create_rwlocks
(int fd, unsigned int hash_size);
spinlock.c
413
int
tdb_create_rwlocks
(int fd, unsigned int hash_size)
function
455
int
tdb_create_rwlocks
(int fd, unsigned int hash_size) { return 0; }
function
tdb.c
957
ret =
tdb_create_rwlocks
(tdb->fd, hash_size);
[
all
...]
Completed in 178 milliseconds