• M
    Convert __thread to pthreads for Thread Local Storage · 68487a9b
    Matt Caswell 提交于
    In theory the pthreads approach for Thread Local Storage should be more
    portable.
    
    This also changes some APIs in order to accommodate this change. In
    particular ASYNC_init_pool is renamed ASYNC_init_thread and
    ASYNC_free_pool is renamed ASYNC_cleanup_thread. Also introduced ASYNC_init
    and ASYNC_cleanup.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    68487a9b
ASYNC_start_job.pod 10.7 KB