Searched refs:threads (Results 1 – 9 of 9) sorted by relevance
118 proc->threads++; in Thread_Create()187 proc->threads++; in Thread_UThreadCreate()205 proc->threads--; in Thread_Destroy()381 REGISTER_DBGCMD(threads, "Display list of threads", Debug_Threads);
135 if (proc->threads == 1) { in Sched_SetZombie()160 if (proc->threads == 1) in Sched_SetZombie()
60 proc->threads = 0; in Process_Create()263 kprintf("threads %llu\n", proc->threads); in Process_Dump()
66 static struct sys_thread *threads = NULL; variable118 thread->next = threads; in introduce_thread()120 threads = thread; in introduce_thread()
86 uint64_t threads; member
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
477 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use482 # threads. Since this is still an experimental feature the default is set to 1,
2417 like "sys_timeout" in their application threads.3071 threads because it wasn't protected by semaphores.