cregit-Linux how code gets into the kernel

Release 4.10 tools/lib/lockdep/tests/unlock_balance.c

#include <liblockdep/mutex.h>


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

Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin36100.00%1100.00%
Total36100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin39100.00%1100.00%
Total39100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.