Botan
1.10.9
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mutex
pthreads
mux_pthr.h
Go to the documentation of this file.
1
/*
2
* Pthread Mutex
3
* (C) 1999-2007 Jack Lloyd
4
*
5
* Distributed under the terms of the Botan license
6
*/
7
8
#ifndef BOTAN_MUTEX_PTHREAD_H__
9
#define BOTAN_MUTEX_PTHREAD_H__
10
11
#include <botan/internal/mutex.h>
12
13
namespace
Botan
{
14
15
/**
16
* Pthread Mutex Factory
17
*/
18
class
Pthread_Mutex_Factory
:
public
Mutex_Factory
19
{
20
public
:
21
Mutex
*
make
();
22
};
23
24
}
25
26
#endif
Botan::Mutex_Factory
Definition:
mutex.h:36
Botan
Definition:
algo_base.h:14
Botan::Mutex
Definition:
mutex.h:18
Botan::Pthread_Mutex_Factory::make
Mutex * make()
Definition:
mux_pthr.cpp:22
Botan::Pthread_Mutex_Factory
Definition:
mux_pthr.h:18
Generated on Sat Aug 20 2016 08:18:48 for Botan by
1.8.9.1