lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #7252] Create sys_thread_new_ex()


From: Frédéric Bernon
Subject: [lwip-devel] [task #7252] Create sys_thread_new_ex()
Date: Wed, 29 Aug 2007 07:40:43 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6

Follow-up Comment #3, task #7252 (project lwip):

For the same reasons than Bill and David, I'm ok with such change, except
some details.

I think that TCPIP_THREAD_STACKSIZE should be set to 0 in opt.h (since any
other value is system-dependant), same for SLIPIF_THREAD_STACKSIZE and
PPP_THREAD_STACKSIZE.

Perhaps we should also define in opt.h DEFAULT_THREAD_NAME="app_thread" and
DEFAULT_THREAD_STACKSIZE=0, to be coherent with current other defines of
"Thread options" part. 

Last, if we do changes in 1.3.0, perhaps we should simply add these  new
parameters to current sys_thread_new without adding sys_thread_new_ex.
Footprint increase is really small, and ports just have to change the
sys_thread_new parameters list to be compatible (and they could continue to do
the same thing in their sys_thread_new implementation). More, the change is
visible, since they will got error during build.



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?7252>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]