Searched refs:__xf_thread_create (Results 1 – 3 of 3) sorted by relevance
183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg) in __xf_thread_create() function
179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f, in __xf_thread_create() function
337 if ((r = __xf_thread_create(&proxy->thread, xf_proxy_thread, proxy)) < 0) in xf_proxy_init()