|
|
| version 1.5, 2001/11/05 11:46:30 | version 1.15.14.1, 2005/08/05 13:03:03 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: zero Mutex realization class. | Parser: zero Mutex realization class. |
| Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| $Id$ | |
| */ | */ |
| static const char * const IDENT_THREADS_C="$Date$"; | |
| #include "pa_threads.h" | #include "pa_threads.h" |
| const bool parser_multithreaded=false; | const bool parser_multithreaded=false; |
| pa_thread_t pa_get_thread_id() { return 1; } | |
| Mutex global_mutex; | Mutex global_mutex; |
| Mutex::Mutex() { | Mutex::Mutex() { |