| Ecore.h | | Ecore.h | |
| | | | |
| skipping to change at line 2111 | | skipping to change at line 2111 | |
| * @see ecore_thread_max_set() | | * @see ecore_thread_max_set() | |
| * @see ecore_thread_max_reset() | | * @see ecore_thread_max_reset() | |
| */ | | */ | |
| EAPI int ecore_thread_max_get(void); | | EAPI int ecore_thread_max_get(void); | |
| /** | | /** | |
| * Sets the maximum number of threads allowed to run simultaneously | | * Sets the maximum number of threads allowed to run simultaneously | |
| * | | * | |
| * @param num The new maximum | | * @param num The new maximum | |
| * | | * | |
| * This sets a new value for the maximum number of concurrently running | | * This sets a new value for the maximum number of concurrently running | |
|
| * Ecore_Thread's. It @b must an integer between 1 and (2 * @c x), where @c
x | | * Ecore_Thread's. It @b must an integer between 1 and (16 * @c x), where @
c x | |
| * is the number for CPUs available. | | * is the number for CPUs available. | |
| * | | * | |
| * @see ecore_thread_max_get() | | * @see ecore_thread_max_get() | |
| * @see ecore_thread_max_reset() | | * @see ecore_thread_max_reset() | |
| */ | | */ | |
| EAPI void ecore_thread_max_set(int num); | | EAPI void ecore_thread_max_set(int num); | |
| /** | | /** | |
| * Resets the maximum number of concurrently running threads to the default | | * Resets the maximum number of concurrently running threads to the default | |
| * | | * | |
| * This resets the value returned by ecore_thread_max_get() back to its | | * This resets the value returned by ecore_thread_max_get() back to its | |
| | | | |
End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 1 lines changed or added | |
|