Release 4.18 tools/lib/lockdep/tests/AA.c
// SPDX-License-Identifier: GPL-2.0
#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 | 86.49% | 1 | 33.33% |
Alfredo Alvarez Fernandez | 4 | 10.81% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 33.33% |
Total | 37 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.