Home
last modified time | relevance | path

Searched refs:sync_thread (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.h432 VCHIQ_THREAD_T sync_thread; member
H A Dvchiq_core.c2548 state->sync_thread = vchiq_thread_create(&sync_func, in vchiq_init_state()
2551 if (state->sync_thread == NULL) { in vchiq_init_state()
2557 set_user_nice(state->sync_thread, -20); in vchiq_init_state()
2558 wake_up_process(state->sync_thread); in vchiq_init_state()