| 1002 | GC_bool GC_in_thread_creation = FALSE; /* Protected by allocation lock. */ |
| 1003 | |
| 1004 | GC_thread GC_register_my_thread_inner(struct GC_stack_base *sb, |
| 1005 | pthread_t my_pthread) |
| 1006 | { |
| 1007 | GC_thread me; |
nothing calls this directly
no outgoing calls
no test coverage detected