Searched refs:trace_create (Results 1 – 1 of 1) sorted by relevance
50 trace_threads(bool trace_create, bool trace_exit, bool masked) in trace_threads() argument130 if (trace_create) in trace_threads()140 for (n = 0; n < (trace_create ? __arraycount(t) : 0); n++) { in trace_threads()209 if (trace_create) { in trace_threads()233 #define TRACE_THREADS(test, trace_create, trace_exit, mask) \ argument239 "with%s tracing LWP exit", trace_create ? "" : "out", \246 trace_threads(trace_create, trace_exit, mask); \