HomeSort by: relevance | last modified time | path
    Searched defs:call_depth (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
atexit.c 195 static u_int call_depth; local in function:__cxa_finalize
201 call_depth++;
231 if (call_depth == 1) {
244 call_depth--;
247 if (call_depth > 0)

Completed in 112 milliseconds