summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/os/gettid.h
blob: 6debfd92887edc53978392b79198b790e4952cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_GETTID_H
#define NETDATA_GETTID_H

#include <unistd.h>

pid_t os_gettid(void);
pid_t gettid_cached(void);
pid_t gettid_uncached(void);

#endif //NETDATA_GETTID_H