~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

« back to all changes in this revision

Viewing changes to extra/yassl/src/lock.cpp

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 22:33:55 UTC
  • mto: (1.2.1) (37.1.1 lucid-security)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: package-import@ubuntu.com-20120222223355-ku1tb4r70osci6v2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
   Copyright (C) 2000-2007 MySQL AB
 
2
   Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
3
3
 
4
4
   This program is free software; you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
26
26
namespace yaSSL {
27
27
 
28
28
 
29
 
#ifdef MULTI_THREADED
 
29
#ifdef YASSL_THREAD_SAFE
30
30
    #ifdef _WIN32
31
31
        
32
32
        Mutex::Mutex()
79
79
         
80
80
 
81
81
    #endif // _WIN32
82
 
#endif // MULTI_THREADED
 
82
#endif // YASSL_THREAD_SAFE
83
83
 
84
84
 
85
85