Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c127 unsigned threadid = 0; local
131 thread, flags, &threadid));
133 DWORD threadid = 0; local
136 thread, flags, &threadid);
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread_c.h56 SDL_threadID threadid; member
A DSDL_thread.c273 thread->threadid = SDL_ThreadID(); in SDL_RunThread()
410 id = thread->threadid; in SDL_GetThreadID()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_sysaudio.h163 SDL_threadID threadid; member
A DSDL_audio.c305 if (device->thread && (SDL_ThreadID() == device->threadid)) { in is_in_audio_device_thread()
707 device->threadid = SDL_ThreadID(); in SDL_RunAudio()
812 device->threadid = SDL_ThreadID(); in SDL_CaptureAudio()

Completed in 9 milliseconds