Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 2 of 2) sorted by relevance

/src/
A Ddefunct.c75 void (*cleanup)(struct rt_thread *tid); in rt_defunct_execute() local
100 cleanup = thread->cleanup; in rt_defunct_execute()
111 if (cleanup != RT_NULL) in rt_defunct_execute()
113 cleanup(thread); in rt_defunct_execute()
A Dthread.c238 thread->cleanup = 0; in _thread_init()

Completed in 5 milliseconds