cregit-Linux how code gets into the kernel

Release 4.7 tools/lib/lockdep/tests/ABA.c

#include <liblockdep/mutex.h>


void main(void) { pthread_mutex_t a, b; pthread_mutex_init(&a, NULL); pthread_mutex_init(&b, NULL); pthread_mutex_lock(&a); pthread_mutex_lock(&b); pthread_mutex_lock(&a); }

Contributors

PersonTokensPropCommitsCommitProp
alfredo alvarez fernandezalfredo alvarez fernandez46100.00%1100.00%
Total46100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
alfredo alvarez fernandezalfredo alvarez fernandez49100.00%1100.00%
Total49100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}