Searched refs:xf_thread_t (Results 1 – 3 of 3) sorted by relevance
180 typedef pthread_t xf_thread_t; typedef183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg) in __xf_thread_create()203 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
175 typedef XosThread xf_thread_t; typedef179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f, in __xf_thread_create()192 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
176 xf_thread_t thread;