-
jon.hauglid@oracle.com authored
Move current_mutex, current_cond and mutex fields from TLS to THD. This reduces thread local storage usage and is a step towards removing the requirement of calling my_thread_init() and my_thread_end().
jon.hauglid@oracle.com authoredMove current_mutex, current_cond and mutex fields from TLS to THD. This reduces thread local storage usage and is a step towards removing the requirement of calling my_thread_init() and my_thread_end().
Loading