cregit-Linux how code gets into the kernel

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

#include <liblockdep/rwlock.h>


void main(void) { pthread_rwlock_t a, b; pthread_rwlock_init(&a, NULL); pthread_rwlock_init(&b, NULL); pthread_rwlock_wrlock(&a); pthread_rwlock_rdlock(&b); pthread_rwlock_wrlock(&a); }

Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin46100.00%1100.00%
Total46100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin49100.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 %}