File:  [parser3project] / parser3 / src / targets / cgi / Attic / pa_threads.C
Revision 1.17: download - view: text, annotated - select for diffs - revision graph
Fri Mar 16 09:24:15 2012 UTC (14 years, 4 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3, release_3_4_2, HEAD
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

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

	Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com)
	Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
*/

#include "pa_threads.h"

volatile const char * IDENT_PA_THREADS_C="$Id: pa_threads.C,v 1.17 2012/03/16 09:24:15 moko Exp $" IDENT_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: