2
GNUTLS的版本是3.5。我想使用一個子線程與遠程對等方進行握手。 在我的子線程中,我只使用gnutls_handshake()
。GNUTLS中的線程安全
在父線程,我可以用
pthread_cancel()
取消子線程安全的,無論當前握手狀態的?如果我已使用
pthread_cleanup_push
/pthread_cleanup_pop
, 註冊了pull/pull_timeout/push功能,我可以取消子線程嗎?