vlc/src/posix
Brad Smith 144bdd5d69 thread: Have vlc_GetCPUCount make use of _SC_NPROCESSORS_ONLN
OpenBSD and other OS's use _SC_NPROCESSORS_ONLN to indicate the number
of online CPUs.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit 4824af4df2)
2021-04-23 17:06:44 +03:00
..
dirs.c src: set close-on-exec flag with fopen() 2014-04-12 17:02:44 +03:00
error.c posix: handle newlocale() errors 2014-07-07 20:26:46 +03:00
filesystem.c Remove old mail address from sources 2019-09-04 22:12:12 +03:00
getaddrinfo.c posix: implement vlc_getaddrinfo_i11e() 2016-10-30 22:36:37 +02:00
netconf.c netconf: Don't ignore posix_spawn_* errors 2017-10-30 16:26:08 +01:00
plugin.c posix: do not unload plugins with GCC ASan 2015-12-08 18:57:06 +02:00
rand.c Use vlc_close() 2016-04-22 00:11:43 +03:00
specific.c POSIX specific: fix compilation without DBus 2017-06-20 10:03:24 +02:00
thread.c thread: Have vlc_GetCPUCount make use of _SC_NPROCESSORS_ONLN 2021-04-23 17:06:44 +03:00
timer.c Remove VLC_NORETURN, use standard syntax 2017-02-18 12:20:19 +02:00