Lines Matching refs:type
91 This data type is an @code{int (*) (void *)} typedef that is passed to
205 A complete object type capable of holding a flag used by @code{call_once}.
210 This value is used to initialize an object of type @code{once_flag}.
233 The fundamental data type for a mutex is the @code{mtx_t}:
237 The @code{mtx_t} data type uniquely identifies a mutex object.
260 @deftypefun int mtx_init (mtx_t *@var{mutex}, int @var{type})
263 @code{mtx_init} creates a new mutex object with type @var{type}. The
267 Not all combinations of mutex types are valid for the @code{type}
268 argument. Valid uses of mutex types for the @code{type} argument are:
375 The fundamental data type for condition variables is the @code{cnd_t}:
468 The @code{tss_t} data type identifies a thread-specific storage
475 The @code{tss_dtor_t} is a function pointer of type @code{void (*)
971 The type of the restartable sequences area. Future versions