Home
last modified time | relevance | path

Searched refs:test_no_reentrancy (Results 1 – 15 of 15) sorted by relevance

/external/jemalloc_new/test/unit/
Ddiv.c27 return test_no_reentrancy( in main()
Dprof_tctx.c44 return test_no_reentrancy( in main()
Dprof_gdump.c72 return test_no_reentrancy( in main()
Dprof_accum.c79 return test_no_reentrancy( in main()
Dfork.c138 return test_no_reentrancy( in main()
Dbackground_thread_enable.c80 return test_no_reentrancy( in main()
Dbackground_thread.c116 return test_no_reentrancy( in main()
Dtsd.c135 return test_no_reentrancy( in main()
Dprof_active.c115 return test_no_reentrancy( in main()
Dprof_reset.c281 return test_no_reentrancy( in main()
Demitter.c405 return test_no_reentrancy( in main()
Dstats.c360 return test_no_reentrancy( in main()
/external/jemalloc_new/test/integration/
Dsdallocx.c52 return test_no_reentrancy( in main()
/external/jemalloc_new/test/stress/
Dmicrobench.c159 return test_no_reentrancy( in main()
/external/jemalloc_new/test/include/test/
Dtest.h313 #define test_no_reentrancy(...) \ macro