mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
include: Spelling fixes
Correct typos of the following word families: activities forward occurs unprepared association compress extracted doubly callback prometheus underlying keyframe continue convenience calculates ignorepattern determine subscribers subsystem synthetic applies example manager established result microseconds occurrences unsuccessful accommodates related signifying unsubscribe greater fastforward itself unregistering using translator sorcery implementation serializers asynchronous unknowingly initialization determining category these persistent propagate outputted string allocated decremented second cacheability destructor impaired decrypted relies signaling based suspended retrieved functions search auth considered ASTERISK-29714 Change-Id: I542ce887a16603f886a915920d5710d4a0a1358d
This commit is contained in:
committed by
Friendly Automation
parent
135d51e55e
commit
b13acf3ae6
@@ -214,7 +214,7 @@ struct ast_serializer_shutdown_group *ast_serializer_shutdown_group_alloc(void);
|
||||
* \param timeout Number of seconds to wait for the serializers in the group to shutdown.
|
||||
* Zero if the timeout is disabled.
|
||||
*
|
||||
* \return Number of seriaizers that did not get shutdown within the timeout.
|
||||
* \return Number of serializers that did not get shutdown within the timeout.
|
||||
*/
|
||||
int ast_serializer_shutdown_group_join(struct ast_serializer_shutdown_group *shutdown_group, int timeout);
|
||||
|
||||
@@ -246,7 +246,7 @@ struct ast_taskprocessor *ast_threadpool_serializer_get_current(void);
|
||||
*
|
||||
* While it guarantees that each task will complete before executing the next,
|
||||
* there is no guarantee as to which thread from the \c pool individual tasks
|
||||
* will execute. This normally only matters if your code relys on thread
|
||||
* will execute. This normally only matters if your code relies on thread
|
||||
* specific information, such as thread locals.
|
||||
*
|
||||
* Use ast_taskprocessor_unreference() to dispose of the returned \ref
|
||||
@@ -274,7 +274,7 @@ struct ast_taskprocessor *ast_threadpool_serializer(const char *name, struct ast
|
||||
*
|
||||
* While it guarantees that each task will complete before executing the next,
|
||||
* there is no guarantee as to which thread from the \c pool individual tasks
|
||||
* will execute. This normally only matters if your code relys on thread
|
||||
* will execute. This normally only matters if your code relies on thread
|
||||
* specific information, such as thread locals.
|
||||
*
|
||||
* Use ast_taskprocessor_unreference() to dispose of the returned \ref
|
||||
|
Reference in New Issue
Block a user