diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-07-30 15:45:32 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-07-30 15:45:32 +0200 |
commit | 6d9c547732506f0a8b006754bb9709699b05e6af (patch) | |
tree | 3e76196c2011db4d80cde528613f3533430309d8 /src/lane.h | |
parent | bb11006f635a69dd9244e09e4359ed02eff8fe84 (diff) | |
download | lanes-6d9c547732506f0a8b006754bb9709699b05e6af.tar.gz lanes-6d9c547732506f0a8b006754bb9709699b05e6af.tar.bz2 lanes-6d9c547732506f0a8b006754bb9709699b05e6af.zip |
Code boyscouting
Diffstat (limited to 'src/lane.h')
-rw-r--r-- | src/lane.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,6 +174,8 @@ class Lane | |||
174 | void pushStatusString(lua_State* L_) const; | 174 | void pushStatusString(lua_State* L_) const; |
175 | void pushIndexedResult(lua_State* L_, int key_) const; | 175 | void pushIndexedResult(lua_State* L_, int key_) const; |
176 | void resetResultsStorage(lua_State* const L_, int gc_cb_idx_); | 176 | void resetResultsStorage(lua_State* const L_, int gc_cb_idx_); |
177 | void selfdestructAdd(); | ||
178 | [[nodiscard]] bool selfdestructRemove(); | ||
177 | void securizeDebugName(lua_State* L_); | 179 | void securizeDebugName(lua_State* L_); |
178 | void startThread(int priority_); | 180 | void startThread(int priority_); |
179 | [[nodiscard]] int storeResults(lua_State* L_); | 181 | [[nodiscard]] int storeResults(lua_State* L_); |