MCPcopy Create free account
hub / github.com/boostorg/build / GC_Thread_Rep

Class GC_Thread_Rep

v2/engine/boehm_gc/pthread_support.c:369–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368/* It may not be safe to allocate when we register the first thread. */
369static 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. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected