Searched refs:threadfn_t (Results 1 – 4 of 4) sorted by relevance
27 osal_task_t *osal_kthread_create(threadfn_t thread, void *data, const char *name) in osal_kthread_create()
223 typedef int (*threadfn_t)(void *data); typedef224 extern osal_task_t *osal_kthread_create(threadfn_t thread, void *data, const char *name);
224 typedef int (*threadfn_t)(void *data); typedef225 extern osal_task_t *osal_kthread_create(threadfn_t thread, void *data, const char *name);
227 typedef int (*threadfn_t)(void *data); typedef228 extern osal_task_t *osal_kthread_create(threadfn_t thread, void *data, const char *name);