Searched refs:mServiceWorkThread (Results 1 – 2 of 2) sorted by relevance
88 pthread_create(&mServiceWorkThread, NULL, workThread, in SetUp()106 pthread_join(mServiceWorkThread, NULL); in TearDown()
48 pthread_t mServiceWorkThread; variable