* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a barrier is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
*
* @see f_memory_array_resize()
* @see f_memory_arrays_resize()
+ *
+ * @see pthread_barrier_destroy()
*/
#ifndef _di_f_thread_barriers_delete_callback_
extern f_status_t f_thread_barriers_delete_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a barrier is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
*
* @see f_memory_array_adjust()
* @see f_memory_arrays_adjust()
+ *
+ * @see pthread_barrier_destroy()
*/
#ifndef _di_f_thread_barriers_destroy_callback_
extern f_status_t f_thread_barriers_destroy_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a barrier is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
*
* @see f_memory_array_resize()
* @see f_memory_arrays_resize()
+ *
+ * @see pthread_barrier_destroy()
*/
#ifndef _di_f_thread_barrierss_delete_callback_
extern f_status_t f_thread_barrierss_delete_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a barrier is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
*
* @see f_memory_array_adjust()
* @see f_memory_arrays_adjust()
+ *
+ * @see pthread_barrier_destroy()
*/
#ifndef _di_f_thread_barrierss_destroy_callback_
extern f_status_t f_thread_barrierss_destroy_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a condition is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
*
* @see f_memory_array_resize()
* @see f_memory_arrays_resize()
+ *
+ * @see pthread_condition_destroy()
*/
#ifndef _di_f_thread_conditions_delete_callback_
extern f_status_t f_thread_conditions_delete_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a condition is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
*
* @see f_memory_array_adjust()
* @see f_memory_arrays_adjust()
+ *
+ * @see pthread_condition_destroy()
*/
#ifndef _di_f_thread_conditions_destroy_callback_
extern f_status_t f_thread_conditions_destroy_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a condition is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
*
* @see f_memory_array_resize()
* @see f_memory_arrays_resize()
+ *
+ * @see pthread_condition_destroy()
*/
#ifndef _di_f_thread_conditionss_delete_callback_
extern f_status_t f_thread_conditionss_delete_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a condition is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
*
* @see f_memory_array_adjust()
* @see f_memory_arrays_adjust()
+ *
+ * @see pthread_condition_destroy()
*/
#ifndef _di_f_thread_conditionss_destroy_callback_
extern f_status_t f_thread_conditionss_destroy_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a lock is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a lock is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a lock is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a lock is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a mutex is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
*
* @see f_memory_array_resize()
* @see f_memory_arrays_resize()
+ *
+ * @see pthread_mutex_destroy()
*/
#ifndef _di_f_thread_mutexs_delete_callback_
extern f_status_t f_thread_mutexs_delete_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a mutex is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
*
* @see f_memory_array_adjust()
* @see f_memory_arrays_adjust()
+ *
+ * @see pthread_mutex_destroy()
*/
#ifndef _di_f_thread_mutexs_destroy_callback_
extern f_status_t f_thread_mutexs_destroy_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a mutex is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_resize().
*
* @see f_memory_array_resize()
* @see f_memory_arrays_resize()
+ *
+ * @see pthread_mutex_destroy()
*/
#ifndef _di_f_thread_mutexss_delete_callback_
extern f_status_t f_thread_mutexss_delete_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);
* @return
* F_okay on success.
*
+ * F_busy (with error bit) if a mutex is busy.
* F_parameter (with error bit) if a parameter is invalid.
*
* Errors (with error bit) from: f_memory_array_adjust().
*
* @see f_memory_array_adjust()
* @see f_memory_arrays_adjust()
+ *
+ * @see pthread_mutex_destroy()
*/
#ifndef _di_f_thread_mutexss_destroy_callback_
extern f_status_t f_thread_mutexss_destroy_callback(const f_number_unsigned_t start, const f_number_unsigned_t stop, void * const array);