Add thread_wait_list_end node for thread data and cond for Windows platform to speedup the thread join and cond wait operations: no need to traverse the wait list to get the end node to append the wait node.
Add thread_wait_list_end node for thread data and cond for Windows platform to speedup the thread join and cond wait operations: no need to traverse the wait list to get the end node to append the wait node.