Annotation of parser3/src/targets/cgi/pa_threads.C, revision 1.6
1.1 parser 1: /** @file
2: Parser: zero Mutex realization class.
3:
4: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.5 paf 5: Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
1.1 parser 6:
1.6 ! paf 7: $Id: pa_threads.C,v 1.5 2001/11/05 11:46:30 paf Exp $
1.1 parser 8: */
9:
10: #include "pa_threads.h"
1.4 paf 11:
12: const bool parser_multithreaded=false;
1.6 ! paf 13:
! 14: pa_thread_t pa_get_thread_id() {
! 15: return 0;
! 16: }
1.1 parser 17:
18: Mutex global_mutex;
19:
20: Mutex::Mutex() {
21: }
22:
23: Mutex::~Mutex() {
24: }
25:
26: void Mutex::acquire() {
27: }
28:
29: void Mutex::release() {
30: }
E-mail: