Home
last modified time | relevance | path

Searched refs:_dispatch_data_init (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libdispatch/src/
HDdata.c104 _dispatch_data_init(dispatch_data_t data, const void *buffer, size_t size, in _dispatch_data_init() function
133 _dispatch_data_init(data, buffer, size, NULL, destructor); in dispatch_data_init()
171 _dispatch_data_init(data, buffer, size, queue, destructor); in dispatch_data_create()
201 _dispatch_data_init(data, buffer, size, NULL, in dispatch_data_create_alloc()