Searched refs:g_tids (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/audio/test/sample/ |
H A D | idl_capture.c | 72 pthread_t g_tids; variable 423 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartCapture), &g_str) != 0) { in StartPlayThread() 429 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartCaptureMmap), &g_str) != 0) { in StartPlayThread() 437 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartCapture), &g_str) != 0) { in StartPlayThread()
|
H A D | idl_render.c | 63 pthread_t g_tids; variable 442 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str) != 0) { in StartPlayThread() 448 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartMmap), &g_str) != 0) { in StartPlayThread() 457 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str) != 0) { in StartPlayThread()
|
Completed in 4 milliseconds