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 2528 state->slot_handler_thread = vchiq_thread_create(&slot_handler_func,
2532 if (state->slot_handler_thread == NULL) {
2538 set_user_nice(state->slot_handler_thread, -19);
2539 wake_up_process(state->slot_handler_thread);
3201 if (current == service->state->slot_handler_thread) {
3259 (current == service->state->slot_handler_thread)) {

Completed in 30 milliseconds