Sign in
◑
Theme
mojo
/
mojo-tools
/
11b993425b6dd123103ed48498ed6f96b35d6f73
/
.
/
fusl
/
src
/
thread
/
pthread_attr_setschedpolicy.c
blob: 2687433d0ad4eb2469640d809414f7876ccc85a3 [
file
]
#include
"pthread_impl.h"
int
pthread_attr_setschedpolicy
(
pthread_attr_t
*
a
,
int
policy
)
{
a
->
_a_policy
=
policy
;
return
0
;
}