This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [SMP]serious bug in synchronisation primitives


btw, looking at the end of compat-posix-tm_basic test, in function main, there
is code like

// Sanity
#ifdef WORKHORSE_TEST
  ntest_threads = max(512, ntest_threads);
.....
#else
  ntest_threads = max(64, ntest_threads);
.....
#endif

that means, in either of then/else case, previous assignments like
 "ntest_threads = NTEST_THREADS;"
that set ntest_threads to user desired value (via NTEST_THREAD macro) become
effectless. rather giving any value to that macro becomes meaningless.

same is true for some other variables (and associated macros) there.

is this also some leftover of earlier debugging efforts?

sandeep




	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]