pthread_mutex: move in from cpp-cheat

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-19 00:00:00 +00:00
parent 9dfcb316bf
commit 5fd2a3da76
3 changed files with 78 additions and 1 deletions

View File

@@ -696,6 +696,9 @@ path_properties_tuples = (
'more_than_1s': True,
'test_run_args': {'cpus': 2},
},
'pthread_mutex.c': {
'test_run_args': {'cpus': 3},
},
'pthread_self.c': {
'test_run_args': {'cpus': 2},
},