1 #ifndef HAWKTRACER_THREAD_H 2 #define 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