#include <basis/array.cpp>#include <basis/chaos.h>#include <basis/guards.h>#include <basis/istring.h>#include <basis/mutex.h>#include <mechanisms/ithread.h>#include <mechanisms/safe_roller.h>#include <mechanisms/rw_lock.h>#include <mechanisms/time_stamp.h>#include <opsystem/application_shell.h>#include <opsystem/path_configuration.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for t_rw_lock.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(to_print) {} |
| #define | LOG(to_print) {} |
Typedefs | |
| typedef int | protectee |
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| const int | DEFAULT_LIFE_TIME = 2 * MINUTE_ms |
| const int | NUMBER_OF_CHECKERS = 28 |
| chaos | rando |
| #define LOG | ( | to_print | ) | {} |
Definition at line 248 of file t_rw_lock.cpp.
| #define LOG | ( | to_print | ) | {} |
Definition at line 248 of file t_rw_lock.cpp.
| typedef int protectee |
Definition at line 35 of file t_rw_lock.cpp.
| int main | ( | int | formal(argc), | |
| char * | formal(argv)[] | |||
| ) |
Definition at line 292 of file t_rw_lock.cpp.
| const int DEFAULT_LIFE_TIME = 2 * MINUTE_ms |
Definition at line 28 of file t_rw_lock.cpp.
| const int NUMBER_OF_CHECKERS = 28 |
Definition at line 48 of file t_rw_lock.cpp.
1.5.1