aboutsummaryrefslogtreecommitdiff
path: root/library/lullaby
diff options
context:
space:
mode:
authorame <[email protected]>2025-10-28 17:38:31 -0500
committerame <[email protected]>2025-10-28 17:38:31 -0500
commit77a371ec23b0ecf13b002df2d28461d88b5785cc (patch)
treebd7da703eaa58a96bfc387197ac7a7ea44d4ef25 /library/lullaby
parent0a7692a87f0bf16f59e451df52c91aad5affce38 (diff)
remove tlock, tunlock
Diffstat (limited to 'library/lullaby')
-rw-r--r--library/lullaby/thread.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/library/lullaby/thread.lua b/library/lullaby/thread.lua
index ca0f1be..7a1888c 100644
--- a/library/lullaby/thread.lua
+++ b/library/lullaby/thread.lua
@@ -61,16 +61,6 @@ function buffer.mod(T, fun) end
---@return buffer-table
function thread.buffer(value) end
----locks any thread reaching this lock id until a corresponding unlock is met
----@param tid integer
----@return nil
-function thread.lock(tid) end
-
----unlocks a lock id
----@param tid integer
----@return nil
-function thread.unlock(tid) end
-
---@deprecated
function thread.testcopy() end