xref
: /
linux
/
tools
/
build
/
feature
/
test-sched_getcpu.c
(revision 593043d35ddff8ab033546c2a89bb1d4080d03e1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
_GNU_SOURCE
2
#
include
<
sched.h
>
3
4
int
main
(
void
)
5
{
6
return
sched_getcpu
();
7
}
8