|
Last change
on this file since 131 was
81,
checked in by rosiere, 18 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
|
File size:
244 bytes
|
| Line | |
|---|
| 1 | #include "../include/RamLock.h" |
|---|
| 2 | |
|---|
| 3 | namespace environment { |
|---|
| 4 | namespace ramlock { |
|---|
| 5 | |
|---|
| 6 | void RamLock::reset (void) |
|---|
| 7 | { |
|---|
| 8 | // Take all lock and set UNLOCK value |
|---|
| 9 | for (uint32_t it = 0; it < _param->_size; it ++) |
|---|
| 10 | _lock [it] = UNLOCK; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | }; |
|---|
| 14 | }; |
|---|
Note: See
TracBrowser
for help on using the repository browser.