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

Class GC_stack_base

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

Source from the content-addressed store, hash-verified

1002GC_bool GC_in_thread_creation = FALSE; /* Protected by allocation lock. */
1003
1004GC_thread GC_register_my_thread_inner(struct GC_stack_base *sb,
1005 pthread_t my_pthread)
1006{
1007 GC_thread me;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected