Searched refs:trylock (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_glob.h61 extern int lockTransLog(const char *msg, int wr, int trylock);
64 int *trylock, const char *msg);
H A Dldap_glob.c71 __local_lockTransLog(const char *msg, int wr, int trylock) { argument
80 __local__nis_lock_db_table(nis_name name, int readwrite, int *trylock, argument
H A Dnis_hashitem.c343 * If trylock != 0 and *trylock != 0 and the item exists but the requested
344 * lock type cannot be acquired, set *trylock = -1 and return 0.
348 int *trylock) {
367 * A trylock was requested
377 if (trylock != 0 && *trylock != 0) {
378 *trylock = -1;
347 __nis_find_item_mt(nis_name name, __nis_hash_table_mt *table, int readwrite, int *trylock) argument
H A Dnisdb_rw.c166 __nisdb_wlock_trylock(__nisdb_rwlock_t *rw, int trylock) { argument
258 * If 'trylock' is set, tell the caller that we'd have to
261 if (trylock) {

Completed in 55 milliseconds