Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/
HDqueue.c1891 _dispatch_block_flags_valid(dispatch_block_flags_t flags) in _dispatch_block_flags_valid() function
1935 if (!_dispatch_block_flags_valid(flags)) return NULL; in dispatch_block_create()
1945 if (!_dispatch_block_flags_valid(flags)) return NULL; in dispatch_block_create_with_qos_class()
1960 if (!_dispatch_block_flags_valid(flags)) return NULL; in dispatch_block_create_with_voucher()
1971 if (!_dispatch_block_flags_valid(flags)) return NULL; in dispatch_block_create_with_voucher_and_qos_class()
1985 if (!_dispatch_block_flags_valid(flags)) { in dispatch_block_perform()