Lines Matching full:asynchronous
40 * corresponding asynchronous task has not finished the execution, the calling
41 * thread will block until the asynchronous task has called one of the notify*
56 * asynchronous execution that held this callback and enables all prior and
63 * @param status Error status returned from launching the asynchronous task
64 * (if the launch fails) or from the asynchronous task itself (if the
66 * - NONE if the asynchronous execution was successful
68 * - GENERAL_FAILURE if the asynchronous task resulted in an unspecified
95 * Retrieves the error status returned from the asynchronous task launched
99 * asynchronous task notifies the object.
101 * @return status Error status returned from launching the asynchronous task
102 * (if the launch fails) or from the asynchronous task itself (if the
104 * - NONE if the asynchronous execution was successful
106 * - GENERAL_FAILURE if the asynchronous task resulted in an unspecified
119 * Retrieves the output shapes returned from the asynchronous task launched
123 * asynchronous task notifies the object.
125 * If the asynchronous task was launched by IPreparedModel::execute, an
142 * Retrieves the duration of execution of the asynchronous task launched by
146 * asynchronous task notifies the object.
148 * If the asynchronous task was launched by IPreparedModel::execute, every