Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1447 char threadname[64]; in open_audio_device() local
1449 …SDL_snprintf(threadname, sizeof (threadname), "SDLAudio%c%d", (iscapture) ? 'C' : 'P', (int) devic… in open_audio_device()
1450 … SDL_CreateThreadInternal(iscapture ? SDL_CaptureAudio : SDL_RunAudio, threadname, stacksize, devi… in open_audio_device()

Completed in 5 milliseconds