diff options
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cccol_lock.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_cccol_lock.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cccol_lock.txt b/doc/html/_sources/appdev/refs/api/krb5_cccol_lock.txt new file mode 100644 index 0000000000000..79071292e2713 --- /dev/null +++ b/doc/html/_sources/appdev/refs/api/krb5_cccol_lock.txt @@ -0,0 +1,51 @@ +krb5_cccol_lock - Acquire a global lock for credential caches. +================================================================ + +.. + +.. c:function:: krb5_error_code krb5_cccol_lock(krb5_context context) + +.. + + +:param: + + **[in]** **context** - Library context + + +.. + + +:retval: + - 0 Success; otherwise - Kerberos error codes + + +.. + + + + + + + +This function locks the global credential cache collection, ensuring that no ccaches are added to or removed from it until the collection lock is released. + + + +Use :c:func:`krb5_cccol_unlock()` to unlock the lock. + + + + + + + + + + +.. + + + + + |
