Searched refs:CHECK_THREAD_NULLITY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc39 #define CHECK_THREAD_NULLITY(myThread, S) \ macro
559 CHECK_THREAD_NULLITY(myPushAudioThreadA, "Unable to start A::PUSH thread");
563 CHECK_THREAD_NULLITY(myPullAudioThreadA, "Unable to start A::PULL thread");
567 CHECK_THREAD_NULLITY(myProcessThreadA, "Unable to start A::Process thread");
572 CHECK_THREAD_NULLITY(myAPIThreadA, "Unable to start A::API thread");
577 CHECK_THREAD_NULLITY(myPushAudioThreadB, "Unable to start B::PUSH thread");
581 CHECK_THREAD_NULLITY(myPullAudioThreadB, "Unable to start B::PULL thread");
585 CHECK_THREAD_NULLITY(myProcessThreadB, "Unable to start B::Process thread");
590 CHECK_THREAD_NULLITY(myAPIThreadB, "Unable to start B::API thread");

Completed in 616 milliseconds