/[lwip]/lwip/doc/sys_arch.txt
ViewVC logotype

Diff of /lwip/doc/sys_arch.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by likewise, Sat Oct 19 19:48:06 2002 UTC revision 1.3 by davidhaas, Tue Feb 18 19:27:48 2003 UTC
# Line 115  If threads are supported by the underlyi Line 115  If threads are supported by the underlyi
115  such functionality is needed in lwIP, the following function will have  such functionality is needed in lwIP, the following function will have
116  to be implemented as well:  to be implemented as well:
117    
118  - void sys_thread_new(void (* thread)(void *arg), void *arg)  - sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg)
119    
120    Starts a new thread that will begin its execution in the function    Starts a new thread that will begin its execution in the function
121    "thread()". The "arg" argument will be passed as an argument to the    "thread()". The "arg" argument will be passed as an argument to the
122    thread() function.    thread() function. The id of the new thread is returned.
123    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26