Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/test/
H A Dapp_test_base.cpp88 pthread_create(&mServiceWorkThread, NULL, workThread, in SetUp()
106 pthread_join(mServiceWorkThread, NULL); in TearDown()
H A Dapp_test_base.h48 pthread_t mServiceWorkThread; variable