mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Costmetic change + update submodules
This commit is contained in:
+1
-1
Submodule arch updated: 0dd769aeea...15236a5b07
+1
-1
Submodule configs updated: 82e43f4b00...24d0c13b63
+1
-1
@@ -356,9 +356,9 @@ int pthread_setschedparam(pthread_t thread, int policy,
|
|||||||
FAR const struct sched_param *param);
|
FAR const struct sched_param *param);
|
||||||
int pthread_setschedprio(pthread_t thread, int prio);
|
int pthread_setschedprio(pthread_t thread, int prio);
|
||||||
|
|
||||||
|
#ifdef CONFIG_SMP
|
||||||
/* Thread affinity */
|
/* Thread affinity */
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
|
||||||
int pthread_setaffinity_np(pthread_t thread, size_t cpusetsize,
|
int pthread_setaffinity_np(pthread_t thread, size_t cpusetsize,
|
||||||
FAR const cpu_set_t *cpuset);
|
FAR const cpu_set_t *cpuset);
|
||||||
int pthread_getaffinity_np(pthread_t thread, size_t cpusetsize,
|
int pthread_getaffinity_np(pthread_t thread, size_t cpusetsize,
|
||||||
|
|||||||
Reference in New Issue
Block a user