Show
Ignore:
Timestamp:
05/17/07 16:25:27 (18 months ago)
Author:
krobillard
Message:

Thread safe Thune -

The only globals are now the static ur_global & ur_envGlobal.
Each thread has own data store.
Series data now accessed through functions which take thread pointer.
Word names now part of UrlanEnv? - no longer a binary!
Hold/release now implemented with a block.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/config.t

    r350 r387  
    11; Thune Configuration 
    22 
    3 [x] bzip2    "Include bzip2 compress/decompress calls" 
    4 [x] trig     "Include trigonometric math calls" 
    5 [x] math3d   "Include vector & matrix math calls" 
     3[ ] bzip2    "Include bzip2 compress/decompress calls" 
     4[ ] trig     "Include trigonometric math calls" 
     5[ ] math3d   "Include vector & matrix math calls" 
    66             enable trig 
    7 [x] dt-code  "Include 'code datatype" 
     7[ ] dt-code  "Include 'code datatype" 
    88 
    9 [x] net      "UDP socket port" 
     9[ ] net      "UDP socket port" 
    1010 
    1111[ ] uds      "Library with datatype & gc system only - no eval"