]> 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:39:27 +0000 (11:39 -0600)
commit96156b7fa27a5d7685d31fdb20765d30e05215b9
tree9f7635931a01fd8aab2b207fd7f8092e9df322d8
parente65f7e50b8d854599646fdea7ee5ddca0934dbc3
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