Skip to content
Snippets Groups Projects
Commit 98de9ebd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 4f157b3c
No related branches found
No related tags found
No related merge requests found
/**************************************************************************/ /**************************************************************************/
/* File: parthreads.cpp */ /* File: parthreads.cpp */
/* Author: Joachim Schoeberl */ /* Author: Joachim Schoeberl */
/* Date: 01. Jun. 95 */ /* Date: 01. Jun. 95 */
/**************************************************************************/ /**************************************************************************/
#include <mystdlib.h> #include <mystdlib.h>
#include <myadt.hpp> #include <myadt.hpp>
/* /*
namespace netgen namespace netgen
{ {
using namespace netgen; using namespace netgen;
#ifdef WIN32 #ifdef WIN32
NgLock :: NgLock (NgMutex & mut) NgLock :: NgLock (NgMutex & mut)
: sl(&mut.cs) : sl(&mut.cs)
{ {
; ;
} }
void NgLock :: Lock () void NgLock :: Lock ()
{ {
sl.Lock(); sl.Lock();
} }
void NgLock :: UnLock () void NgLock :: UnLock ()
{ {
sl.Unlock(); sl.Unlock();
} }
#else #else
#endif #endif
} }
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment