summaryrefslogtreecommitdiffstats
path: root/src/common/thread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-05Support mingw cross-compileJannik Vogel1-1/+1
2016-10-28common: only FreeBSD has thread affinity compatible with LinuxJan Beich1-1/+5
src/common/thread.cpp:90:5: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'? cpu_set_t cpu_set; ^~~~~~~~~ cpuset_t /usr/include/sys/_cpuset.h:48:24: note: 'cpuset_t' declared here typedef struct _cpuset cpuset_t; ^ 1 error generated.
2016-10-28common: define routines to set thread name on more BSDsJan Beich1-2/+4
src/common/thread.cpp:123:5: error: use of undeclared identifier 'pthread_setname_np' pthread_setname_np(pthread_self(), szThreadName); ^ 1 error generated.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-48/+32
2015-06-28Common: Cleanup thread includes.Emmanuel Gil Peyrot1-4/+13
2014-12-30Fix MSVC-related #defines and add CMakeLists commentdarkf1-3/+3
2014-12-21License changepurpasmart961-2/+2
2014-11-29Fix MinGW builddarkf1-8/+15
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-09-09common: Prune all redundant includesarchshift1-1/+0
2014-09-07Removed common/std_xyz, instead using the std headerarchshift1-4/+2
2014-08-08Use pthread_set_name_np() on OpenBSD.Anthony J. Bentley1-1/+3
2014-04-09fixed project includes to use new directory structurebunnei1-2/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-02convert tabs to spacesbunnei1-46/+46
2013-09-05replaced common code with dolphin commonShizZy1-0/+133