Home
last modified time | relevance | path

Searched refs:thread_create_etc (Results 1 – 5 of 5) sorted by relevance

/kernel/kernel/
A Dmp.cpp310 thread_t* t = thread_create_etc( in mp_unplug_cpu_mask_single_locked()
A Dthread.cpp149 thread_t* thread_create_etc( in thread_create_etc() function
212 return thread_create_etc(NULL, name, entry, arg, priority, NULL); in thread_create()
1141 thread_t* t = thread_create_etc( in thread_create_idle_thread()
/kernel/include/kernel/
A Dthread.h244 thread_t* thread_create_etc(thread_t* t, const char* name, thread_start_routine entry, void* arg,
/kernel/tests/
A Dtimer_tests.cpp59 timer_threads[i] = thread_create_etc( in timer_diag_all_cpus()
/kernel/object/
A Dthread_dispatcher.cpp114 thread_t* lkthread = thread_create_etc( in Initialize()

Completed in 18 milliseconds