Searched defs:VPxWorkerImpl (Results 1 – 2 of 2) sorted by relevance
22 struct VPxWorkerImpl { struct23 pthread_mutex_t mutex_;24 pthread_cond_t condition_;25 pthread_t thread_;
362 typedef struct VPxWorkerImpl VPxWorkerImpl; typedef