Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h60 typedef int (*thread_start_routine)(void *arg); typedef
129 thread_start_routine entry;
207 thread_t *thread_create(const char *name, thread_start_routine entry, void *arg, int priority, size…
208 thread_t *thread_create_etc(thread_t *t, const char *name, thread_start_routine entry, void *arg, i…
/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c240 thread_t *thread_create_etc(thread_t *t, const char *name, thread_start_routine entry, void *arg, i… in thread_create_etc()
351 thread_t *thread_create(const char *name, thread_start_routine entry, void *arg, int priority, size… in thread_create()