Searched refs:read_tid (Results 1 – 1 of 1) sorted by relevance
205 SDL_Thread *read_tid; member1266 SDL_WaitThread(is->read_tid, NULL); in stream_close()3126 is->read_tid = SDL_CreateThread(read_thread, "read_thread", is); in stream_open()3127 if (!is->read_tid) { in stream_open()