/usr/include/atlas/atlas_pthreads.h is in libatlas-dev 3.8.4-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #ifndef ATLAS_NTHREADS_H
#define ATLAS_NTHREADS_H
#include "pthread.h"
#define ATL_NTHREADS 2
#endif
|