pthread_self      128 gc/aix_irix_threads.c     me = GC_lookup_thread(pthread_self());
pthread_self      235 gc/aix_irix_threads.c     pthread_t my_thread = pthread_self();
pthread_self      256 gc/aix_irix_threads.c     pthread_t my_thread = pthread_self();
pthread_self      274 gc/aix_irix_threads.c     pthread_t my_thread = pthread_self();
pthread_self      359 gc/aix_irix_threads.c     pthread_t me = pthread_self();
pthread_self      439 gc/aix_irix_threads.c       t = GC_new_thread(pthread_self());
pthread_self      477 gc/aix_irix_threads.c     me = GC_lookup_thread(pthread_self());
pthread_self      481 gc/aix_irix_threads.c 	GC_delete_gc_thread(pthread_self(), me);
pthread_self      519 gc/aix_irix_threads.c     my_pthread = pthread_self();
pthread_self       79 gc/darwin_stop_world.c   me = pthread_self();
pthread_self      663 gc/include/private/gc_locks.h #   define SET_LOCK_HOLDER() GC_lock_holder = pthread_self()
pthread_self      665 gc/include/private/gc_locks.h #   define I_HOLD_LOCK() (pthread_equal(GC_lock_holder, pthread_self()))
pthread_self       89 gc/include/private/specific.h       GC_ASSERT(entry -> thread == pthread_self());
pthread_self      130 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
pthread_self      155 gc/pthread_stop_world.c 		 pthread_self());
pthread_self      196 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
pthread_self      218 gc/pthread_stop_world.c     GC_printf1("In GC_restart_handler for 0x%lx\n", pthread_self());
pthread_self      237 gc/pthread_stop_world.c     pthread_t me = pthread_self();
pthread_self      310 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
pthread_self      350 gc/pthread_stop_world.c     GC_printf1("Stopping the world from 0x%lx\n", pthread_self());
pthread_self      406 gc/pthread_stop_world.c       GC_printf1("World stopped from 0x%lx\n", pthread_self());
pthread_self      415 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
pthread_self      292 gc/pthread_support.c 	  GC_ASSERT(tsd == (void *)GC_lookup_thread(pthread_self()));
pthread_self      644 gc/pthread_support.c     pthread_t self = pthread_self();
pthread_self      856 gc/pthread_support.c       t = GC_new_thread(pthread_self());
pthread_self      952 gc/pthread_support.c       GC_init_thread_local(GC_lookup_thread(pthread_self()));
pthread_self      981 gc/pthread_support.c     me = GC_lookup_thread(pthread_self());
pthread_self     1009 gc/pthread_support.c     me = GC_lookup_thread(pthread_self());
pthread_self     1048 gc/pthread_support.c     me = GC_lookup_thread(pthread_self());
pthread_self     1051 gc/pthread_support.c     	GC_delete_thread(pthread_self());
pthread_self     1129 gc/pthread_support.c     my_pthread = pthread_self();
pthread_self     1185 gc/pthread_support.c         GC_printf1("Finishing thread 0x%x\n", pthread_self());
pthread_self     1254 gc/pthread_support.c 		   pthread_self());
pthread_self     1514 gc/pthread_support.c 	GC_mark_lock_holder = pthread_self();
pthread_self     1520 gc/pthread_support.c     GC_ASSERT(GC_mark_lock_holder == pthread_self());
pthread_self     1536 gc/pthread_support.c     GC_ASSERT(GC_mark_lock_holder == pthread_self());
pthread_self     1545 gc/pthread_support.c 	GC_mark_lock_holder = pthread_self();
pthread_self     1560 gc/pthread_support.c     GC_ASSERT(GC_mark_lock_holder == pthread_self());
pthread_self     1574 gc/pthread_support.c     GC_ASSERT(GC_mark_lock_holder == pthread_self());
pthread_self     1583 gc/pthread_support.c 	GC_mark_lock_holder = pthread_self();
pthread_self       46 gc/specific.c      pthread_t self = pthread_self();
pthread_self       68 gc/specific.c      pthread_t self = pthread_self();
pthread_self      107 gc/specific.c      pthread_t self = pthread_self();
pthread_self      121 gc/win32_threads.c     thread_table[i].pthread_id = pthread_self();
pthread_self      593 gc/win32_threads.c 		 (int)pthread_self(), GetCurrentThreadId(), (int)pthread_id);
pthread_self      609 gc/win32_threads.c 		 (int)pthread_self(), GetCurrentThreadId(), (int)pthread_id);
pthread_self      644 gc/win32_threads.c 		 (int)pthread_self(), GetCurrentThreadId);
pthread_self      667 gc/win32_threads.c       GC_printf2("thread 0x%x(0x%x) starting...\n",(int)pthread_self(),
pthread_self      684 gc/win32_threads.c     me -> pthread_id = pthread_id = pthread_self();
pthread_self      695 gc/win32_threads.c 		 (int)pthread_self(),GetCurrentThreadId());
pthread_self      708 gc/win32_threads.c 		 (int)pthread_self(),GetCurrentThreadId());
pthread_self      236 src/vm.c           vm->thread = pthread_self();
pthread_self     3904 src/vm.c           rootVM->thread = pthread_self();