#426 closed defect (fixed)
Threads and static variables
| Reported by: | Paul Price | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Need to document policy on the use of static variables, and thread safety.
Note that the time table stuff uses a static structures, so it should contain a
semaphore/mutex.
Note:
See TracTickets
for help on using tickets.

thread / re-entrancy policy clarified in section 1.2. We have specified a
minimal thread safety implementation, and defined a 'lock' element for some
structures for convenience.