cregit-Linux how code gets into the kernel

Release 4.11 tools/build/feature/test-pthread-attr-setaffinity-np.c

#include <stdint.h>
#include <pthread.h>
#include <sched.h>


int main(void) { int ret = 0; pthread_attr_t thread_attr; cpu_set_t cs; pthread_attr_init(&thread_attr); CPU_ZERO(&cs); ret = pthread_attr_setaffinity_np(&thread_attr, sizeof(cs), &cs); return ret; }

Contributors

PersonTokensPropCommitsCommitProp
Vineet Gupta3469.39%133.33%
Adrian Hunter1530.61%266.67%
Total49100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Vineet Gupta4068.97%133.33%
Adrian Hunter1831.03%266.67%
Total58100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.