Skip to content

Yukino's Dev Blog

  • Home
  • Wiki

Tag: race condition

C++ Dev Game Engine
Modified (。・ω・。) 31st Mar '20

Debugging Iterator Race Condition Caused by Entity Page Insertion during Iteration

Introduction Since Input Systems require the Entities to be visited in an incremental order of time, the behavior of inserting Entity Pages was changed from inserting at the head of…

Archives

  • April 2020 (2)
  • March 2020 (3)
  • February 2020 (7)
  • January 2020 (2)
  • December 2019 (1)

Categories

  • C++
  • Dev
  • Devices
  • Diary
  • Game Engine
  • Operating System
  • Research
  • Services
  • Win32

Tags

asset manager backup bibtex blog bug c++ callback code snippet container debugging dynamic memory ecs esc game engine gui input handling iterator latex linux memory memory allocation metaprogramming migration multithreading operating system race condition runtime service sfinae stl template traits virtual memory website win32 windows

Recent Posts

  • Fixing Missing $ Inserted
  • System Executive – TBD
  • Debugging Iterator Race Condition Caused by Entity Page Insertion during Iteration
  • Concurrent Entity Access
  • Bridging the Input Manager with Input Event Database

Recent Comments

  • System Executive – Yukino's Dev Blog on Concurrent Entity Access
  • Concurrent Entity Access – Yukino's Dev Blog on Debugging Iterator Race Condition Caused by Entity Page Insertion during Iteration
  • Debugging Iterator Race Condition Caused by Entity Page Insertion during Iteration – Yukino's Dev Blog on Concurrent Entity Access
  • Concurrent Entity Access – Yukino's Dev Blog on Bridging the Input Manager with Input Event Database
  • Bridging the Input Manager with Input Event Database – Yukino's Dev Blog on Input Handling with Entity-Component-System Architecture