Home
last modified time | relevance | path

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

/sys/kern/
Dthread.c118 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);
Dsched.c135 if (proc->threads == 1) { in Sched_SetZombie()
160 if (proc->threads == 1) in Sched_SetZombie()
Dprocess.c60 proc->threads = 0; in Process_Create()
263 kprintf("threads %llu\n", proc->threads); in Process_Dump()
/lib/liblwip/src/arch/
Dsys_arch.c66 static struct sys_thread *threads = NULL; variable
118 thread->next = threads; in introduce_thread()
120 threads = thread; in introduce_thread()
/sys/include/
Dthread.h86 uint64_t threads; member
/lib/liblwip/doc/
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
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
/docs/
DDoxyfile477 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
482 # threads. Since this is still an experimental feature the default is set to 1,
/lib/liblwip/
DCHANGELOG2417 like "sys_timeout" in their application threads.
3071 threads because it wasn't protected by semaphores.