Searched defs:FrameThreadContext (Results 1 – 1 of 1) sorted by relevance
128 typedef struct FrameThreadContext { struct129 PerThreadContext *threads; ///< The contexts for each thread.130 PerThreadContext *prev_thread; ///< The last thread submit_packet() was called on.132 unsigned pthread_init_cnt; ///< Number of successfully initialized mutexes/conditions156 } FrameThreadContext; argument