c++: move atomic in from cpp-cheat

TODO: README improve, link to x86 LOCK docs
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-26 00:00:00 +00:00
parent e30f53e8a4
commit 88a1c914c9
3 changed files with 29 additions and 5 deletions

View File

@@ -507,7 +507,6 @@ path_properties_tuples = (
'proc_events.c': {'requires_sudo': True},
'sched_getaffinity.c': {'requires_syscall_getcpu': True},
'sched_getaffinity_threads.c': {
'cc_flags_after': ['-pthread', LF],
'more_than_1s': True,
'requires_syscall_getcpu': True,
},