From 362c6d4a6148dbd5de3b66e2e9eaa274dca37f5c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 06:12:58 +0100 Subject: Adding upstream version 2.14.0. Signed-off-by: Daniel Baumann --- src/os.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/os.h') diff --git a/src/os.h b/src/os.h index 0d9e8c5..e6144c2 100644 --- a/src/os.h +++ b/src/os.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 OARC, Inc. + * Copyright 2019-2024 OARC, Inc. * Copyright 2017-2018 Akamai Technologies * Copyright 2006-2016 Nominum, Inc. * All rights reserved. @@ -25,6 +25,7 @@ #include #include +#include void perf_os_blocksignal(int sig, bool block); @@ -41,4 +42,6 @@ perf_result_t perf_os_waituntilanywritable(struct perf_net_socket** socks, unsigned int nfds, int pipe_fd, int64_t timeout); +void perf_os_thread_setname(pthread_t thread, const char* name); + #endif -- cgit v1.2.3