File:  [parser3project] / parser3 / src / targets / cgi / Attic / pa_threads.C
Revision 1.12.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Jan 31 12:34:40 2003 UTC (23 years, 5 months ago) by paf
Diff to: branchpoint 1.12: preferred, unified
grammar compiled

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

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

static const char* IDENT_THREADS_C="$Date: 2003/01/31 12:34:40 $";

#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: