Changes between Initial Version and Version 1 of Ticket #13220
- Timestamp:
- Sep 23, 2017, 7:57:36 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13220
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #13220 – Description
initial v1 1 2 {{{ 1 3 bool thread::start_thread_noexcept(const attributes& attr) 2 4 { 3 5 new_thread=_beginthreadex(attr.get_security(),attr.get_stack_size(),&thread_start_function,thread_info.get(),CREATE_SUSPENDED,&thread_info->id); 4 6 } 7 }}} 8 5 9 6 10