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