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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 490 struct semaphore slot_available_event; member in struct:vchiq_state_struct
vchiq_core.c 590 if (down_trylock(&state->slot_available_event) != 0) {
602 &state->slot_available_event) != 0))
765 up(&state->slot_available_event);
2466 _sema_init(&state->slot_available_event, 0);
2480 up(&state->slot_available_event);

Completed in 13 milliseconds