pthread_create    295 src/dps8/dps8_rt.c   ret = pthread_create(&watchdog_reader_id, NULL, watchdog_reader, NULL);
pthread_create    311 src/dps8/dps8_rt.c   ret = pthread_create(&watchdog_writer_id, NULL, watchdog_writer, NULL);
pthread_create   1590 src/dps8/panelScraper.c     int rc = pthread_create (& scraperThread, NULL, scraperThreadMain,
pthread_create    473 src/dps8/threadz.c     rc = pthread_create(
pthread_create    659 src/dps8/threadz.c     rc = pthread_create(
pthread_create    818 src/dps8/threadz.c     rc = pthread_create(
pthread_create     74 src/dps8/threadz.h 
pthread_create     83 src/libsir/src/sirthreadpool.c         op = pthread_create(&(*pool)->threads[n], &attr, &thread_pool_proc, *pool);