Release 4.11 tools/lib/lockdep/tests/AA.c
#include <liblockdep/mutex.h>
int main(void)
{
pthread_mutex_t a;
pthread_mutex_init(&a, NULL);
pthread_mutex_lock(&a);
pthread_mutex_lock(&a);
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sasha Levin | 29 | 87.88% | 1 | 50.00% |
Alfredo Alvarez Fernandez | 4 | 12.12% | 1 | 50.00% |
Total | 33 | 100.00% | 2 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sasha Levin | 32 | 88.89% | 1 | 50.00% |
Alfredo Alvarez Fernandez | 4 | 11.11% | 1 | 50.00% |
Total | 36 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.