| 2244 | } |
| 2245 | |
| 2246 | prof_tdata_t * |
| 2247 | prof_tdata_init(tsd_t *tsd) { |
| 2248 | return prof_tdata_init_impl(tsd, prof_thr_uid_alloc(tsd_tsdn(tsd)), 0, |
| 2249 | NULL, prof_thread_active_init_get(tsd_tsdn(tsd))); |
| 2250 | } |
| 2251 | |
| 2252 | static bool |
| 2253 | prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) { |
no test coverage detected