CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
anonymous_namespace{crypto_util.cc} Namespace Reference

Functions

static void CallbackLibcryptoLock (int mode, int type, const char *, int)
 
static unsigned long CallbackLibcryptoThreadId ()
 

Variables

pthread_mutex_t * gLibcryptoLocks = NULL
 

Detailed Description

This file is part of the CernVM File System.

Function Documentation

static void anonymous_namespace{crypto_util.cc}::CallbackLibcryptoLock ( int  mode,
int  type,
const char *  ,
int   
)
static

Definition at line 26 of file crypto_util.cc.

Referenced by crypto::SetupLibcryptoMt().

Here is the call graph for this function:

Here is the caller graph for this function:

static unsigned long anonymous_namespace{crypto_util.cc}::CallbackLibcryptoThreadId ( )
static

Definition at line 39 of file crypto_util.cc.

Referenced by crypto::SetupLibcryptoMt().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

pthread_mutex_t* anonymous_namespace{crypto_util.cc}::gLibcryptoLocks = NULL

Definition at line 24 of file crypto_util.cc.

Referenced by crypto::CleanupLibcryptoMt(), and crypto::SetupLibcryptoMt().