|
VLC
2.1.0-git
|
This file implements gcrypt support functions in vlc. More...

Go to the source code of this file.
Macros | |
| #define | gcry_threads_vlc gcry_threads_pthread |
Functions | |
| static void | vlc_gcrypt_init (void) |
| Initializes gcrypt with proper locking. | |
Variables | |
| GCRY_THREAD_OPTION_PTHREAD_IMPL | |
| If possible, use gcrypt-provided thread implementation. | |
This file implements gcrypt support functions in vlc.
| #define gcry_threads_vlc gcry_threads_pthread |
|
inlinestatic |
Initializes gcrypt with proper locking.
References VLC_GCRYPT_MUTEX, vlc_global_lock, and vlc_global_unlock.
| GCRY_THREAD_OPTION_PTHREAD_IMPL |
If possible, use gcrypt-provided thread implementation.
This is so that other non-VLC components (inside the process) can also use gcrypt safely.
1.8.1.2