|
From: | Bill Florac |
Subject: | [lwip-devel] [task #7252] Create sys_thread_new_ex() |
Date: | Tue, 28 Aug 2007 06:04:59 +0000 |
User-agent: | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) |
URL: <http://savannah.nongnu.org/task/?7252> Summary: Create sys_thread_new_ex() Project: lwIP - A Lightweight TCP/IP stack Submitted by: bflorac Submitted on: Tuesday 08/28/2007 at 06:04 Category: None Should Start On: Tuesday 08/28/2007 at 00:00 Should be Finished on: Friday 09/28/2007 at 00:00 Priority: 5 - Normal Status: None Privacy: Public Percent Complete: 0% Assigned to: None Open/Closed: Open Discussion Lock: Any Planned Release: None Effort: 0.00 _______________________________________________________ Details: Create a new extended function, sys_thread_new_ex() with addional parameters. The three existing calls in lwip would be modified to use the new funciton with parameters as set in opt.h. New function would add 2 additional parameters: 1) name = char* that points to the task name. NULL if not assigned (or assigned in sys_arch.c/OS) 2) stack_size = unsigned integer indicating the desired stack size. This may be used in sys_arch.c. A value of 0 would indicate "minimal" as set by the OS. Existing sys_thread_new() would be defined as a macro that calls the new function with values NULL and 0 respectively making it backward compatible. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/task/?7252> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |