cregit-Linux how code gets into the kernel

Release 4.18 tools/build/feature/test-pthread-barrier.c

// SPDX-License-Identifier: GPL-2.0
#include <stdint.h>
#include <pthread.h>


int main(void) { pthread_barrier_t barrier; pthread_barrier_init(&barrier, NULL, 1); pthread_barrier_wait(&barrier); return pthread_barrier_destroy(&barrier); }

Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo33100.00%1100.00%
Total33100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo40100.00%1100.00%
Total40100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.