K 10 svn:author V 5 eugen K 8 svn:date V 27 2017-11-22T07:52:48.474179Z K 7 svn:log V 471 This is new port containing FreeBSD specific Perl5 module Pthread::GetThreadId. It provides Perl code with access to non-portable pthread_getthreadid_np(3) function. It may be useful for Perl code running as hook/callback functions in embedded threaded Perl environment when code has no direct control on thread creation. For example, rlm_perl module of FreeRADIUS that may use multiple embedded Perl instances, so that Perl native value of threads->tid is not unique. END