Home
last modified time | relevance | path

Searched refs:tdb_create_rwlocks (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dspinlock.h39 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);
Dspinlock.c413 int tdb_create_rwlocks(int fd, unsigned int hash_size) in tdb_create_rwlocks() function
455 int tdb_create_rwlocks(int fd, unsigned int hash_size) { return 0; } in tdb_create_rwlocks() function
Dtdb.c957 ret = tdb_create_rwlocks(tdb->fd, hash_size);