6f844f15e0
Merge-request: KT-MR-6898 Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
14 lines
188 B
C
14 lines
188 B
C
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void setupSignalHandler(void);
|
|
void signalThread(uint64_t thread, int value);
|
|
int getValue(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|