Home
last modified time | relevance | path

Searched refs:vchiq_thread_create (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c476 vchiq_thread_create(int (*threadfn)(void *data), in vchiq_thread_create() function
H A Dvchi_bsd.h391 VCHIQ_THREAD_T vchiq_thread_create(int (*threadfn)(void *data),
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c2508 state->slot_handler_thread = vchiq_thread_create(&slot_handler_func, in vchiq_init_state()
2522 state->recycle_thread = vchiq_thread_create(&recycle_func, in vchiq_init_state()
2535 state->sync_thread = vchiq_thread_create(&sync_func, in vchiq_init_state()
H A Dvchiq_arm.c2780 arm_state->ka_thread = vchiq_thread_create( in vchiq_platform_conn_state_changed()