Skip to content

Instantly share code, notes, and snippets.

@nddrylliog
Created October 7, 2013 22:57
Show Gist options
  • Save nddrylliog/ba8a797477daff067c8b to your computer and use it in GitHub Desktop.
Save nddrylliog/ba8a797477daff067c8b to your computer and use it in GitHub Desktop.
$ nm .libs/win32_threads.o | grep -i thread
U __beginthreadex
U __endthreadex
U _CreateThread@24
00004000 C _dll_thread_table
U _ExitThread@4
00000060 b _first_thread
00000044 b _first_thread_used
00000630 T _GC_allow_register_threads
00000008 B _GC_attached_thread
00001520 T _GC_beginthreadex
00001400 T _GC_CreateThread@24
000004e0 T _GC_delete_gc_thread_no_free
00000570 T _GC_delete_thread
00001630 T _GC_endthreadex
00001500 T _GC_ExitThread@4
00000000 B _GC_in_thread_creation
00000340 T _GC_lookup_thread_inner
00000010 B _GC_main_thread
00000004 B _GC_max_thread_index
000000d0 T _GC_new_thread
00000a70 T _GC_push_thread_structures
00000650 T _GC_register_my_thread
00000130 T _GC_register_my_thread_inner
00000480 T _GC_thread_is_registered
00000400 C _GC_threads
000007b0 T _GC_unregister_my_thread
000000b0 T _GC_use_threads_discovery
0000001c B _GC_win32_dll_threads
U _GetCurrentThread@0
U _GetCurrentThreadId@0
U _GetExitCodeThread@8
U _GetThreadContext@8
U _ResumeThread@4
U _SuspendThread@4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment