Searched defs:VPxWorkerImpl (Results 1 – 2 of 2) sorted by relevance
23 struct VPxWorkerImpl { struct24 pthread_mutex_t mutex_;25 pthread_cond_t condition_;26 pthread_t thread_;
170 typedef struct VPxWorkerImpl VPxWorkerImpl; typedef