aboutsummaryrefslogtreecommitdiff
path: root/src/lanes_private.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-06 15:37:44 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-06 15:37:44 +0200
commit9c0a1bfc6eea9a2e68de7206d8d5af5188f22e59 (patch)
treec355f51dd8cfc261ab8589cf00d49eedf0c4da0b /src/lanes_private.h
parentc9db798d184ceb8b3913a2f15d454f20ea978864 (diff)
downloadlanes-9c0a1bfc6eea9a2e68de7206d8d5af5188f22e59.tar.gz
lanes-9c0a1bfc6eea9a2e68de7206d8d5af5188f22e59.tar.bz2
lanes-9c0a1bfc6eea9a2e68de7206d8d5af5188f22e59.zip
new lane generator option opt_tbl.name
Diffstat (limited to '')
-rw-r--r--src/lanes_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h
index 01630ba..309b632 100644
--- a/src/lanes_private.h
+++ b/src/lanes_private.h
@@ -89,6 +89,8 @@ class Lane
89 [[nodiscard]] bool waitForCompletion(lua_Duration duration_); 89 [[nodiscard]] bool waitForCompletion(lua_Duration duration_);
90 void startThread(int priority_); 90 void startThread(int priority_);
91 void pushThreadStatus(lua_State* L_); 91 void pushThreadStatus(lua_State* L_);
92 void changeDebugName(int nameIdx_);
93 void securizeDebugName(lua_State* L_);
92}; 94};
93 95
94// xxh64 of string "kLanePointerRegKey" generated at https://www.pelock.com/products/hash-calculator 96// xxh64 of string "kLanePointerRegKey" generated at https://www.pelock.com/products/hash-calculator