/[lwip]/lwip/src/include/lwip/sys.h
ViewVC logotype

Diff of /lwip/src/include/lwip/sys.h

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

revision 1.6 by davidhaas, Tue Feb 11 21:00:14 2003 UTC revision 1.7 by davidhaas, Wed Feb 12 16:38:46 2003 UTC
# Line 110  void sys_mbox_fetch(sys_mbox_t mbox, voi Line 110  void sys_mbox_fetch(sys_mbox_t mbox, voi
110     In some implementations they can provide a more light-weight protection     In some implementations they can provide a more light-weight protection
111     mechanism than using semaphores. Otherwise semaphores can be used for     mechanism than using semaphores. Otherwise semaphores can be used for
112     implementation */     implementation */
113  u32_t sys_arch_protect(void);  sys_prot_t sys_arch_protect(void);
114  void sys_arch_unprotect(u32_t pval);  void sys_arch_unprotect(sys_prot_t pval);
115    
116  /* Thread functions. */  /* Thread functions. */
117  sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg);  sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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