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

  /src/external/bsd/jemalloc.old/dist/test/unit/
seq.c 34 thd_data_t *thd_data = (thd_data_t *)arg; local
38 bool success = seq_try_load_data(&local_data, &thd_data->data);
51 thd_data_t *thd_data = (thd_data_t *)arg; local
56 seq_store_data(&thd_data->data, &local_data);
62 thd_data_t thd_data; local
63 memset(&thd_data, 0, sizeof(thd_data));
68 thd_create(&reader, seq_reader_thd, &thd_data);
69 thd_create(&writer, seq_writer_thd, &thd_data);
prof_recent.c 569 static thd_data_t thd_data[N_THREADS]; variable
580 thd_data_t *data_p = thd_data + thd_id;
635 thd_data_t *data_p = thd_data + i;
640 thd_data_t *data_p = thd_data + i;
648 thd_data_t *data_p = thd_data + i;
653 thd_data_t *data_p = thd_data + i;
  /src/external/bsd/jemalloc/dist/test/unit/
seq.c 34 thd_data_t *thd_data = (thd_data_t *)arg; local
38 bool success = seq_try_load_data(&local_data, &thd_data->data);
51 thd_data_t *thd_data = (thd_data_t *)arg; local
56 seq_store_data(&thd_data->data, &local_data);
62 thd_data_t thd_data; local
63 memset(&thd_data, 0, sizeof(thd_data));
68 thd_create(&reader, seq_reader_thd, &thd_data);
69 thd_create(&writer, seq_writer_thd, &thd_data);
prof_recent.c 590 static thd_data_t thd_data[N_THREADS]; variable
601 thd_data_t *data_p = thd_data + thd_id;
656 thd_data_t *data_p = thd_data + i;
661 thd_data_t *data_p = thd_data + i;
670 thd_data_t *data_p = thd_data + i;
675 thd_data_t *data_p = thd_data + i;

Completed in 14 milliseconds