| 367 | |
| 368 | /* It may not be safe to allocate when we register the first thread. */ |
| 369 | static struct GC_Thread_Rep first_thread; |
| 370 | |
| 371 | /* Add a thread to GC_threads. We assume it wasn't already there. */ |
| 372 | /* Caller holds allocation lock. */ |
nothing calls this directly
no outgoing calls
no test coverage detected