Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 12 of 12) sorted by relevance

/components/lwp/
A Dlwp_pid.c1273 struct rt_thread **threads; in list_process() local
1290 threads = (struct rt_thread **)rt_calloc(count, sizeof(struct rt_thread *)); in list_process()
1291 if (threads) in list_process()
1293 index = rt_object_get_pointers(RT_Object_Class_Thread, (rt_object_t *)threads, count); in list_process()
1301 thread = threads[index]; in list_process()
1320 rt_free(threads); in list_process()
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt22 contexts (threads).
39 from pbuf- and memory management functions). Application threads using
44 other threads or an ISR is very limited! Only functions
55 called from multiple threads (not ISR!) with NO_SYS=0
62 not be shared among multiple threads without proper locking.
A Dsys_arch.txt14 lwIP functionality, multiple threads support can be implemented in the
200 If threads are supported by the underlying operating system and if
212 When lwIP is used from more than one context (e.g. from multiple threads OR from
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt16 contexts (threads).
31 this thread! Application threads using the sequential- or socket API
35 other threads or an ISR is very limited! Only functions
45 called from multiple threads (not ISR!) with NO_SYS=0
A Dsys_arch.txt13 lwIP functionality, multiple threads support can be implemented in the
167 If threads are supported by the underlying operating system and if
/components/net/lwip/lwip-2.0.3/
A DUPGRADING101 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads)
105 threads each (needs LWIP_NETCONN_SEM_PER_THREAD)
A DCHANGELOG405 (don't pass stack-pointers to other threads)
3363 like "sys_timeout" in their application threads.
4017 threads because it wasn't protected by semaphores.
/components/net/lwip/lwip-2.1.2/
A DUPGRADING136 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads)
140 threads each (needs LWIP_NETCONN_SEM_PER_THREAD)
A DCHANGELOG658 (don't pass stack-pointers to other threads)
3616 like "sys_timeout" in their application threads.
4270 threads because it wasn't protected by semaphores.
/components/finsh/
A Dmsh.c72 MSH_CMD_EXPORT_ALIAS(cmd_ps, ps, List threads in the system);
A Dcmd.c1092 CMD_OPTIONS_NODE(RT_Object_Class_Thread, thread, list threads)
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2407 like "sys_timeout" in their application threads.
3061 threads because it wasn't protected by semaphores.

Completed in 24 milliseconds