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