HomeSort by: relevance | last modified time | path
    Searched refs:slot_handler_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 426 VCHIQ_THREAD_T slot_handler_thread; member in struct:vchiq_state_struct
vchiq_core.c 2521 state->slot_handler_thread = vchiq_thread_create(&slot_handler_func,
2525 if (state->slot_handler_thread == NULL) {
2531 set_user_nice(state->slot_handler_thread, -19);
2532 wake_up_process(state->slot_handler_thread);
3194 if (current == service->state->slot_handler_thread) {
3252 (current == service->state->slot_handler_thread)) {

Completed in 13 milliseconds