[x265] [PATCH] threadpool: utilize all processors on embedded ARM platforms

2016-02-09 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1455010589 -19800 # Tue Feb 09 15:06:29 2016 +0530 # Node ID 18b83aaee1b56e2048a425c25a452aa62c39da89 # Parent 023e6051c4c63ab1633b2de0e8f37e6158796288 threadpool: utilize all processors on embedded ARM

Re: [x265] [PATCH] threadpool: utilize all processors on embedded ARM platforms

2016-02-09 Thread Pradeep Ramachandran
This was an interesting scenario. Similar issue of _SC_NPROCESSORS_ONLN not reporting all available processors was also reported in some NVIDIA forum: https://devtalk.nvidia.com/default/topic/744695/number-of-cpu-cores-online-in-jetson-tk1/ Has anyone else seen this problem? Is there a cleaner