Skip to content
Snippets Groups Projects
Commit 3d5eebad authored by patacongo's avatar patacongo
Browse files

Add pthread_setschedprio() prototype

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@139 42af7a65-404d-4744-a932-0658087f49c3
parent b9d2a2b9
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ EXTERN int pthread_getschedparam(pthread_t thread, int *policy,
struct sched_param *param);
EXTERN int pthread_setschedparam(pthread_t thread, int policy,
const struct sched_param *param);
EXTERN int pthread_setschedprio(pthread_t thread, int prio);
/* Thread-specific Data Interfaces */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment