summaryrefslogtreecommitdiff
path: root/indra/llcommon/llthread.h
diff options
context:
space:
mode:
authorAtlasLinden <114031241+AtlasLinden@users.noreply.github.com>2025-08-06 09:42:26 -0400
committerGitHub <noreply@github.com>2025-08-06 09:42:26 -0400
commite4a25dc5b97cd939e6a5ddc8275a728075768a52 (patch)
treeef39a05be37eae43e34d5c1e5ab081aa208b0ebd /indra/llcommon/llthread.h
parent9311b522d8979cfe6e7a751f9447df8e0c3d1e96 (diff)
parent819817f5c9cebad353f5b86996b5426095dd73b8 (diff)
Merge branch 'develop' into atlas-qaworkflow
Diffstat (limited to 'indra/llcommon/llthread.h')
-rw-r--r--indra/llcommon/llthread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h
index 21264351e5..8794ac93aa 100644
--- a/indra/llcommon/llthread.h
+++ b/indra/llcommon/llthread.h
@@ -97,6 +97,11 @@ private:
// static function passed to APR thread creation routine
void threadRun();
+ void tryRun();
+
+#ifdef LL_WINDOWS
+ void sehHandle();
+#endif
protected:
std::string mName;