I'm porting one Linux application to Windows using Visual Studio 2015. I know there is pthread for Windows project out there but I want to convert all pthread calls to c11 standard thread libraries. However, I found the document extremely difficult to find. To be specific, I'm trying to find the equivalent of pthread_attr_t in C11 thread but could not find any.
Can somebody point out reference materials? Thanks!