Changeset 364
- Timestamp:
- 06/23/08 20:01:54 (5 months ago)
- Files:
-
- trunk/tools/tools/threads.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/tools/threads.d
r359 r364 82 82 maker = m; 83 83 } 84 private static void check(string s, int i) { if (i) throw new Exception(s~" failed!"); } 84 85 void set(Ref r) { 85 86 check("set:TlsSetValue", TlsSetValue(key, cast(void*) r));
