Home
last modified time | relevance | path

Searched refs:trace1 (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c48 #define trace1(L, ...) trace2(L, __VA_ARGS__) macro
50 # define trace(...) trace1(__LINE__, __VA_ARGS__)
52 # define trace(...) do { if (0) trace1(__LINE__, __VA_ARGS__); } while (0)
55 //#define tell(...) trace1(__LINE__, __VA_ARGS__)
/third_party/python/Lib/test/
H A Dtest_tracemalloc.py218 trace1 = self.find_trace(traces, obj1_traceback)
220 domain1, size1, traceback1, length1 = trace1

Completed in 3 milliseconds