Skip to content

Instantly share code, notes, and snippets.

@doug65536
Last active July 7, 2021 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doug65536/af659d982e73c5b746d3c61e8d11c13e to your computer and use it in GitHub Desktop.
Save doug65536/af659d982e73c5b746d3c61e8d11c13e to your computer and use it in GitHub Desktop.
1 clone clone.S 78 0x7f42376e8711
2 __free_stacks allocatestack.c 282 0x7f4239110600
3 queue_stack allocatestack.c 305 0x7f4239110600
4 __deallocate_stack allocatestack.c 806 0x7f4239110600
5 __free_tcb pthread_create.c 367 0x7f4239110600
6 ??
1 ?? 0x7f423a37ff17
2 pthread_create 0x7f423a30b135
3 std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State>>, void ( *)()) 0x7f4238bb0766
4 std::thread::thread<std::reference_wrapper<SpriteQueue>, , void>(std::reference_wrapper<SpriteQueue>&&) thread 149 0x556616116778
5 SpriteQueue::SpriteQueue SpriteQueue.cpp 33 0x556616111ba7
6 __static_initialization_and_destruction_0 GameData.cpp 122 0x5566158f0e5a
7 _GLOBAL__sub_I__ZN8GameData9BeginLoadEPKPKc GameData.cpp 1329 0x5566158f0f04
8 __libc_csu_init 0x55661673cbad
9 __libc_start_main libc-start.c 266 0x7f42375e8b88
10 _start 0x5566157a9e4a
1 futex_wait_cancelable futex-internal.h 88 0x7f4239116ad3
2 __pthread_cond_wait_common pthread_cond_wait.c 502 0x7f4239116ad3
3 __pthread_cond_wait pthread_cond_wait.c 655 0x7f4239116ad3
4 std::condition_variable::wait(std::unique_lock<std::mutex>&) 0x7f4238baa3dc
5 SpriteQueue::operator() SpriteQueue.cpp 142 0x556616113b48
6 std::__invoke_impl<void, SpriteQueue&> invoke.h 60 0x556616125d87
7 std::__invoke<SpriteQueue&> invoke.h 95 0x556616125cb8
8 std::reference_wrapper<SpriteQueue>::operator()<>() const refwrap.h 349 0x556616125b61
9 std::__invoke_impl<void, std::reference_wrapper<SpriteQueue>>(std::__invoke_other, std::reference_wrapper<SpriteQueue>&&) invoke.h 60 0x556616125afb
10 std::__invoke<std::reference_wrapper<SpriteQueue>>(std::reference_wrapper<SpriteQueue>&&) invoke.h 95 0x5566161259c8
11 std::thread::_Invoker<std::tuple<std::reference_wrapper<SpriteQueue>>>::_M_invoke<0ul> thread 264 0x5566161258ac
12 std::thread::_Invoker<std::tuple<std::reference_wrapper<SpriteQueue>>>::operator() thread 271 0x5566161257ef
13 std::thread::_State_impl<std::thread::_Invoker<std::tuple<std::reference_wrapper<SpriteQueue>>>>::_M_run thread 215 0x5566161257ab
14 ?? 0x7f4238bb04c0
15 start_thread pthread_create.c 463 0x7f42391106db
16 clone clone.S 95 0x7f42376e871f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment