This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | user_lock (unsigned int id1, unsigned int id2, LOCKMODE lockmode) |
| int | user_unlock (unsigned int id1, unsigned int id2, LOCKMODE lockmode) |
| int | user_write_lock (unsigned int id1, unsigned int id2) |
| int | user_write_unlock (unsigned int id1, unsigned int id2) |
| int | user_write_lock_oid (Oid oid) |
| int | user_write_unlock_oid (Oid oid) |
| int | user_unlock_all (void) |
|
||||||||||||||||
|
Referenced by user_write_lock(), and user_write_lock_oid(). |
|
||||||||||||||||
|
Referenced by user_write_unlock(), and user_write_unlock_oid(). |
|
|
Definition at line 76 of file user_locks.c. |
|
||||||||||||
|
|
|
|
Definition at line 64 of file user_locks.c. References user_lock(). |
|
||||||||||||
|
|
|
|
Definition at line 70 of file user_locks.c. References user_unlock(). |
1.3.6-20040222