Searched refs:threads (Results 1 – 12 of 12) sorted by relevance
1273 struct rt_thread **threads; in list_process() local1290 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()
22 contexts (threads).39 from pbuf- and memory management functions). Application threads using44 other threads or an ISR is very limited! Only functions55 called from multiple threads (not ISR!) with NO_SYS=062 not be shared among multiple threads without proper locking.
14 lwIP functionality, multiple threads support can be implemented in the200 If threads are supported by the underlying operating system and if212 When lwIP is used from more than one context (e.g. from multiple threads OR from
16 contexts (threads).31 this thread! Application threads using the sequential- or socket API35 other threads or an ISR is very limited! Only functions45 called from multiple threads (not ISR!) with NO_SYS=0
13 lwIP functionality, multiple threads support can be implemented in the167 If threads are supported by the underlying operating system and if
101 * 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)
405 (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.
136 * 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)
658 (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.
72 MSH_CMD_EXPORT_ALIAS(cmd_ps, ps, List threads in the system);
1092 CMD_OPTIONS_NODE(RT_Object_Class_Thread, thread, list threads)
2407 like "sys_timeout" in their application threads.3061 threads because it wasn't protected by semaphores.
Completed in 24 milliseconds