File:  [parser3project] / parser3 / src / targets / cgi / Attic / pa_threads.C
Revision 1.15.14.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 5 13:03:03 2005 UTC (20 years, 11 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: branchpoint 1.15: preferred, unified
. 2005 ;)

/** @file
	Parser: zero Mutex realization class.

	Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)
	Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
*/

static const char * const IDENT_THREADS_C="$Date: 2005/08/05 13:03:03 $";

#include "pa_threads.h"

const bool parser_multithreaded=false;

pa_thread_t pa_get_thread_id() { return 1; }

Mutex global_mutex;

Mutex::Mutex() {
}

Mutex::~Mutex() {
}

void Mutex::acquire() {
}

void Mutex::release() {
}

E-mail: