summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 18bd2faf..3c45ff88 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -6619,6 +6619,8 @@ extern "C"
BINARYNINJACOREAPI size_t BNGetWorkerThreadCount(void);
BINARYNINJACOREAPI void BNSetWorkerThreadCount(size_t count);
+ BINARYNINJACOREAPI void BNSetThreadName(const char* name);
+
// Background task progress reporting
BINARYNINJACOREAPI BNBackgroundTask* BNBeginBackgroundTask(const char* initialText, bool canCancel);
BINARYNINJACOREAPI void BNFinishBackgroundTask(BNBackgroundTask* task);