Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #ifndef _GNU_SOURCE
0003 #define _GNU_SOURCE
0004 #endif
0005 #include <sched.h>
0006 
0007 int main(void)
0008 {
0009     return sched_getcpu();
0010 }
0011 
0012 #undef _GNU_SOURCE