]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/utils: Implement ast_get_tid() for NetBSD
authorMichał Górny <mgorny@NetBSD.org>
Thu, 11 Nov 2021 04:29:44 +0000 (05:29 +0100)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 19 Jan 2022 17:42:20 +0000 (11:42 -0600)
commitde420bffa796e5575bf8732372d5fd221eb2a334
treec4fdd916708e58b610cee8ee2cea90fcb2a0cc73
parenta7f7e5ab76074aa2294968b75e0445e19d8d70c5
main/utils: Implement ast_get_tid() for NetBSD

Implement the ast_get_tid() function for NetBSD system.  NetBSD supports
getting the TID via _lwp_self().

ASTERISK-29850

Change-Id: If57fd3f9ea15ef5d010bfbdcbbbae9b379f72f8c
main/utils.c