HawkTracer  0.10.0
thread.h
Go to the documentation of this file.
1 #ifndef HAWKTRACER_THREAD_H
2 #define HAWKTRACER_THREAD_H
3 
4 #include "hawktracer/macros.h"
6 
8 
15 
17 
18 #endif /* HAWKTRACER_THREAD_H */
HT_DECLS_BEGIN HT_API HT_ThreadId ht_thread_get_current_thread_id(void)
Gets a unique identifier of the current thread.
#define HT_API
Defines a directive for exporting/importing symbols from DLL.
Definition: macros.h:76
#define HT_DECLS_END
Defines an end of C linkage block.
Definition: macros.h:17
uint32_t HT_ThreadId
An unsigned integer used for thread identifiers.
Definition: base_types.h:24
#define HT_DECLS_BEGIN
Defines a beginning of C linkage block.
Definition: macros.h:16