pub unsafe extern "C" fn aws_thread_init(
    thread: *mut aws_thread,
    allocator: *mut aws_allocator
) -> c_int
Expand description

Initializes a new platform specific thread object struct (not the os-level thread itself).