Home
last modified time | relevance | path

Searched refs:worker_thread_ids (Results 1 – 9 of 9) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/threads/
H A Dthread_pool_extension.cpp151 for (unsigned long i = 0; i < worker_thread_ids.size(); ++i) in is_worker_thread()
153 if (worker_thread_ids[i] == id) in is_worker_thread()
175 worker_thread_ids.push_back(id); in thread()
H A Dthread_pool_extension.h471 array<thread_id_type> worker_thread_ids; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/threads/
H A Dthread_pool_extension.cpp151 for (unsigned long i = 0; i < worker_thread_ids.size(); ++i) in is_worker_thread()
153 if (worker_thread_ids[i] == id) in is_worker_thread()
175 worker_thread_ids.push_back(id); in thread()
H A Dthread_pool_extension.h471 array<thread_id_type> worker_thread_ids; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/service_worker/
H A Dworker_id_set_unittest.cc61 const std::vector<int>& worker_thread_ids) { in GenerateWorkerIds() argument
66 for (int worker_thread_id : worker_thread_ids) { in GenerateWorkerIds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/service_worker/
H A Dworker_id_set_unittest.cc61 const std::vector<int>& worker_thread_ids) { in GenerateWorkerIds() argument
66 for (int worker_thread_id : worker_thread_ids) { in GenerateWorkerIds()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dgsnap.c334 static pthread_t output_thread_id, *worker_thread_ids; variable
4063 worker_thread_ids = (pthread_t *) CALLOC(nthreads,sizeof(pthread_t)); in main()
4077 …pthread_create(&(worker_thread_ids[worker_id]),&thread_attr_join,worker_thread,(void *) worker_id); in main()
4082 pthread_join(worker_thread_ids[worker_id],NULL); in main()
4094 FREE(worker_thread_ids); in main()
H A Dgmap.c374 static pthread_t output_thread_id, *worker_thread_ids; variable
7138 worker_thread_ids = (pthread_t *) CALLOC(nworkers,sizeof(pthread_t)); in main()
7152 pthread_create(&(worker_thread_ids[i]),&thread_attr_detach,worker_thread,(void *) NULL); in main()
7155 pthread_create(&(worker_thread_ids[i]),&thread_attr_join,worker_thread,(void *) NULL); in main()
7161 pthread_join(worker_thread_ids[i],NULL); in main()
7168 FREE(worker_thread_ids); in main()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/threads/
H A Dthread_pool_extension.h471 array<thread_id_type> worker_thread_ids; variable