Re: [ECOS] Where's per-thread data implementation?

2005-11-26 Thread Andrew Lunn
On Mon, Nov 14, 2005 at 10:58:24PM -0800, Paul D. DeRocco wrote: I've found a declaration for thread_data in thread.hxx, and the code to clear it out in thread.cxx, along with the code to allocate slots in it. But where is the code that actually accesses this array? I'm looking for the source

[ECOS] Where's per-thread data implementation?

2005-11-14 Thread Paul D. DeRocco
I've found a declaration for thread_data in thread.hxx, and the code to clear it out in thread.cxx, along with the code to allocate slots in it. But where is the code that actually accesses this array? I'm looking for the source for Cyg_Thread::get_data, etc., but a global text search didn't turn