12 Commits (b8b729bd22c28c9116c2fce65dce207a35299c26)

Author SHA1 Message Date
Rich Felker 1d4471b1fd sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 7 years ago
Rich Felker cb229f614f move and deduplicate declarations of __vdsosym to make it checkable 8 years ago
Nathan Zadoks db66ef1f7d add sched_getcpu vDSO support 10 years ago
Nathan Zadoks 98d335735d add sched_getcpu 10 years ago
Rich Felker 66140b0c92 fix return value of pthread_getaffinity_np and pthread_setaffinity_np 12 years ago
Rich Felker a56e339419 fix uninitialized output from sched_getaffinity 12 years ago
Rich Felker adbf0258be remove useless __yield alias for sched_yield 12 years ago
Rich Felker 7406fdf5a1 add pthread_setaffinity_np and pthread_getaffinity_np functions 13 years ago
Rich Felker eeb0328f20 add cpu affinity interfaces 13 years ago
Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 14 years ago
Rich Felker b4560a6da9 avoid setting nondefault scheduler too 14 years ago
Rich Felker 61be1cfec1 implement stub versions of sched_* 14 years ago