This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 6d91fe717d2e62e048fb8837a67cc1118a3113d1 (commit) from 9b7d0f9116a6e040f151c994ed10e958b9399295 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6d91fe717d2e62e048fb8837a67cc1118a3113d1 Author: Matias Elo matias.elo@nokia.com Date: Fri Jul 6 09:39:55 2018 +0300
thread: increase ODP_THREAD_COUNT_MAX to 256
Signed-off-by: Matias Elo matias.elo@nokia.com Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/include/odp/api/abi-default/thread.h b/include/odp/api/abi-default/thread.h index 0420e245..e31651a2 100644 --- a/include/odp/api/abi-default/thread.h +++ b/include/odp/api/abi-default/thread.h @@ -21,7 +21,7 @@ extern "C" { * @{ */
-#define ODP_THREAD_COUNT_MAX 128 +#define ODP_THREAD_COUNT_MAX 256
/** * @}
-----------------------------------------------------------------------
Summary of changes: include/odp/api/abi-default/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive