Lines Matching refs:mutexes
36 * Initialize/destroy a list of mutexes/conditions contained in a structure.
37 * The positions of these mutexes/conditions in the structure are given by
40 * of successfully initialized mutexes and conditions in the object itself
41 * and ff_pthread_free() uses this number to destroy exactly the mutexes and
44 * @param obj The object containing the mutexes/conditions.
47 * initialized mutexes/condition variables; said variable
50 * contains the offsets of all the mutexes, the second
57 * Macros to help creating the above lists. mutexes and conds need
61 #define DEFINE_OFFSET_ARRAY(type, name, cnt_variable, mutexes, conds) \
63 OFFSET_ARRAY mutexes, \