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