Changes between Initial Version and Version 1 of Ticket #13220


Ignore:
Timestamp:
Sep 23, 2017, 7:57:36 AM (5 years ago)
Author:
viboes
Comment:

Please, could you elaborate? Do you have a concrete example that doesn't works?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13220

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
  • Ticket #13220 – Description

    initial v1  
     1
     2{{{
    13bool thread::start_thread_noexcept(const attributes& attr)
    24    {
    35new_thread=_beginthreadex(attr.get_security(),attr.get_stack_size(),&thread_start_function,thread_info.get(),CREATE_SUSPENDED,&thread_info->id);
    46    }
     7}}}
     8
    59
    610