Searched refs:requests_head (Results 1 – 1 of 1) sorted by relevance
50 SDL_HIDAPI_RumbleRequest *requests_head; member70 if (request == ctx->requests_head) { in SDL_HIDAPI_RumbleThread()71 ctx->requests_head = NULL; in SDL_HIDAPI_RumbleThread()104 SDL_assert(!ctx->requests_head); in SDL_HIDAPI_StopRumbleThread()194 if (ctx->requests_head) { in SDL_HIDAPI_SendRumbleAndUnlock()195 ctx->requests_head->prev = request; in SDL_HIDAPI_SendRumbleAndUnlock()199 ctx->requests_head = request; in SDL_HIDAPI_SendRumbleAndUnlock()
Completed in 4 milliseconds