Lines Matching full:successfully
88 * // The semaphore was created successfully.
158 * // The semaphore was created successfully.
321 * if a task successfully 'takes' the same mutex 5 times then the mutex will
480 * if a task successfully 'takes' the same mutex 5 times then the mutex will
576 * @return pdTRUE if the semaphore was successfully given, otherwise errQUEUE_FULL.
672 * @return pdTRUE if the semaphore was successfully taken, otherwise
710 * @return If the mutex was successfully created then a handle to the created
726 * // The semaphore was created successfully.
775 * @return If the mutex was successfully created then a handle to the created
829 * if a task successfully 'takes' the same mutex 5 times then the mutex will
859 * // The semaphore was created successfully.
898 * if a task successfully 'takes' the same mutex 5 times then the mutex will
917 * @return If the recursive mutex was successfully created then a handle to the
1016 * // The semaphore was created successfully.
1083 * @return If the counting semaphore was successfully created then a handle to