We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See here.
__cfSocketTid() is used for logging, but it assumes that r_CFThreadRef is a thread ID, not a thread handle.
__cfSocketTid()
_CFThreadRef
Noticed this when investigating migrating CoreFoundation to use thread IDs instead of handles.
cc @compnerd @HeMet