gingerBill 3 năm trước cách đây
mục cha
commit
68719779d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/sync/sync2/sync_util.odin

+ 1 - 1
core/sync/sync2/sync_util.odin

@@ -54,7 +54,7 @@ wait :: proc{
 	futex_wait,
 }
 
-wait_for_timeout :: proc{
+wait_with_timeout :: proc{
 	cond_wait_with_timeout,
 	sema_wait_with_timeout,
 	atomic_cond_wait_with_timeout,