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

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_log.c 61 static void *f_thread(void *unused) { function
80 thd_create(&thr_buf[i], &f_thread, NULL);
prof_recent.c 578 f_thread(void *arg) { function
637 thd_create(&data_p->thd, &f_thread, &data_p->id);
650 thd_create(&data_p->thd, &f_thread, &data_p->id);
  /src/external/bsd/jemalloc/dist/test/unit/
prof_log.c 65 f_thread(void *unused) { function
83 thd_create(&thr_buf[i], &f_thread, NULL);
prof_recent.c 599 f_thread(void *arg) { function
658 thd_create(&data_p->thd, &f_thread, &data_p->id);
672 thd_create(&data_p->thd, &f_thread, &data_p->id);

Completed in 56 milliseconds