thread_alloc_and_run()- Call
__thread_alloc_and_run()withpcparameter set to thread_std_abi_entry(). So when thread is resumed, thread_std_abi_entry() will be executed.
thread_alloc_and_run()c
Loading...
thread_alloc_and_run()__thread_alloc_and_run() with pc parameter set to thread_std_abi_entry(). So when thread is resumed, thread_std_abi_entry() will be executed.