cregit-Linux how code gets into the kernel

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

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


Overall Contributors

PersonTokensPropCommitsCommitProp
Alfredo Alvarez Fernandez4998.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.