HomeSort by relevance Sort by last modified time
    Searched defs:xf_thread_t (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
xf-osal.h 175 typedef XosThread xf_thread_t; typedef
179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f,
192 static inline int __xf_thread_destroy(xf_thread_t *thread)
  /device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
xf-osal.h 180 typedef pthread_t xf_thread_t; typedef
183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg)
203 static inline int __xf_thread_destroy(xf_thread_t *thread)

Completed in 197 milliseconds