Searched refs:scope (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | pthread_attr.c | 46 attr->scope = PTHREAD_SCOPE_PROCESS; in pthread_attr_init() 86 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() argument 92 if (scope == PTHREAD_SCOPE_PROCESS) { in pthread_attr_setscope() 93 attr->scope = (unsigned int)scope; in pthread_attr_setscope() 97 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope() 104 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() argument 106 if ((attr == NULL) || (scope == NULL)) { in pthread_attr_getscope() 110 *scope = (int)attr->scope; in pthread_attr_getscope() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip4.h | 69 struct netif *ip4_route(const ip4_addr_t *dest, rt_scope_t scope); 71 struct netif *ip4_route_src(const ip4_addr_t *src, const ip4_addr_t *dest, rt_scope_t scope); 73 #define ip4_route_src(src, dest, scope) ip4_route(dest, scope)
|
H A D | ip.h | 116 #define SOF_DONTROUTE 0X0400U /* all packets sent from this socket should only be routed with link scope entry, */ 332 #define ip_route(src, dest, scope) \ 334 ip6_route(ip_2_ip6(src), ip_2_ip6(dest), scope) : \ 335 ip4_route_src(ip_2_ip4(src), ip_2_ip4(dest), scope)) 375 #define ip_route(src, dest, scope) \ 376 ip4_route_src(src, dest, scope) 404 #define ip_route(src, dest, scope) \ 405 ip6_route(src, dest, scope) 418 #define ip_route_get_local_ip(src, dest, netif, ipaddr, scope) do { \ 419 (netif) = ip_route(src, dest, scope); \ [all...] |
H A D | ip6.h | 82 , rt_scope_t scope 99 * ULAs to be of smaller scope than global addresses, to avoid that a preferred
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/hw/include/bits/ |
H A D | pthread_types.h | 41 unsigned int scope; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_prfcnt.c | 109 * @scope: Scope of performance counters to capture. 117 u8 scope; member 1626 * kbasep_kinstr_prfcnt_parse_request_scope - Parse a scope request 1627 * @req_scope: Performance counters scope request to parse. 1630 * This function parses a performance counters scope request. 1631 * There are only 2 acceptable outcomes: either the client leaves the scope 1632 * as undefined, or all the scope requests are set to the same value. 1642 if (config->scope == PRFCNT_SCOPE_RESERVED) in kbasep_kinstr_prfcnt_parse_request_scope() 1643 config->scope = req_scope->scope; in kbasep_kinstr_prfcnt_parse_request_scope() [all...] |
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/ |
H A D | mali_kbase_hwcnt_reader.h | 274 * @PRFCNT_SCOPE_GLOBAL: Global scope. 284 * @scope: Scope of the performance counters to capture. 288 __u8 scope; member 314 * @PRFCNT_REQUEST_SCOPE: Specify the scope of the performance counters.
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 93 OHOS::CodecScopeGuard scope([&] { in SendData()
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 132 OHOS::CodecScopeGuard scope([&] { in SendData()
|
Completed in 7 milliseconds