summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/os/gettid.h
blob: f04d9c36574843aa424b32d69347e4369c3b59a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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);

#endif //NETDATA_GETTID_H