cregit-Linux how code gets into the kernel

Release 4.7 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 guptavineet gupta3469.39%133.33%
adrian hunteradrian hunter1530.61%266.67%
Total49100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
vineet guptavineet gupta4068.97%133.33%
adrian hunteradrian 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.
{% endraw %}