| 198 | PthreadStaticObjects* GetPthreadStaticObjects() { return m_pthread_static_objects; } |
| 199 | void SetPthreadStaticObjects(PthreadStaticObjects* objs) { m_pthread_static_objects = objs; } |
| 200 | PthreadKeys* GetPthreadKeys() { return m_pthread_keys; } |
| 201 | void SetPthreadKeys(PthreadKeys* keys) { m_pthread_keys = keys; } |
| 202 | |
| 203 | [[nodiscard]] thread_dtors_func_t GetThreadDtors() const { return m_thread_dtors; } |
no outgoing calls
no test coverage detected