cregit-Linux how code gets into the kernel

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

// SPDX-License-Identifier: GPL-2.0
#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 Levin46100.00%1100.00%
Total46100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin4998.00%150.00%
Greg Kroah-Hartman12.00%150.00%
Total50100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.