DocumentationGenerated on Thu Aug 31 00:02:34 2006 |
|||||||||||||||||||||||||||||||||||||||||||||
tls.cpp File ReferenceThis graph shows which files directly or indirectly include this file: ![]() Go to the source code of this file.
Define Documentation
Function Documentation
Definition at line 16 of file tls.cpp. 00017 { 00018 int err = 0; 00019 pthread_mutex_t *lock = new pthread_mutex_t; 00020 if (!lock) 00021 err = ENOMEM; 00022 if (!err) 00023 { 00024 err = pthread_mutex_init (lock, NULL); 00025 if (err) 00026 delete lock; 00027 else 00028 *priv = lock; 00029 } 00030 return err; 00031 }
Variable Documentation
Initial value: { GCRY_THREAD_OPTION_PTHREAD, NULL, gcry_pthread_mutex_init, gcry_pthread_mutex_destroy, gcry_pthread_mutex_lock, gcry_pthread_mutex_unlock } Definition at line 53 of file tls.cpp. Referenced by main().
|
- Copyright © 2005, BabyFTPd
- Powered by: