February 9, 201312 yr An initialization function run during initialization/creation of a new thread.This is the function that will call the start address of your thread, which means 1) you are likely to find its address somewhere on the stack of a newly created thread.2) it's a nice function to breakpoint if you want to break in newly created threads.
Create an account or sign in to comment