Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Daio.h46 int __policy; member
74 int __policy; member
H A Dpthread.h305 __attr, int *__restrict __policy)
309 extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy)
421 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
427 int *__restrict __policy,
H A Dsched.h61 extern int sched_setscheduler (__pid_t __pid, int __policy,
H A Dspawn.h36 int __policy; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Daio.h46 int __policy; member
74 int __policy; member
H A Dpthread.h305 __attr, int *__restrict __policy)
309 extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy)
421 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
427 int *__restrict __policy,
H A Dspawn.h36 int __policy; member
H A Dsched.h61 extern int sched_setscheduler (__pid_t __pid, int __policy,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A Dpthread.h314 __attr, int *__restrict __policy)
318 extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy)
430 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
436 int *__restrict __policy,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A Dpthread.h314 __attr, int *__restrict __policy)
318 extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy)
430 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
436 int *__restrict __policy,
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c38 #define for_each_suitable_policy(__policy, __active) \ argument
39 list_for_each_entry(__policy, &cpufreq_policy_list, policy_list) \
40 if ((__active) == !policy_is_inactive(__policy))
42 #define for_each_active_policy(__policy) \ argument
43 for_each_suitable_policy(__policy, true)
44 #define for_each_inactive_policy(__policy) \ argument
45 for_each_suitable_policy(__policy, false)
47 #define for_each_policy(__policy) \ argument
48 list_for_each_entry(__policy, &cpufreq_policy_list, policy_list)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfunctional1862 // Storage for a functor object, to be used with __policy to manage copy and
1881 struct __policy
1896 _LIBCPP_INLINE_VISIBILITY static const __policy* __create()
1902 static const __policy* __create_empty()
1904 static const _LIBCPP_CONSTEXPR __policy __policy_ = {nullptr, nullptr,
1934 _LIBCPP_INLINE_VISIBILITY static const __policy*
1937 static const _LIBCPP_CONSTEXPR __policy __policy_ = {
1949 _LIBCPP_INLINE_VISIBILITY static const __policy*
1952 static const _LIBCPP_CONSTEXPR __policy __policy_ = {
2014 // __policy_func uses a __policy and __policy_invoker to create a type-erased,
[all …]
H A Dfuture2329 inline _LIBCPP_INLINE_VISIBILITY bool __does_policy_contain(launch __policy, launch __value )
2330 { return (int(__policy) & int(__value)) != 0; }
2335 async(launch __policy, _Fp&& __f, _Args&&... __args)
2344 if (__does_policy_contain(__policy, launch::async))
2349 catch ( ... ) { if (__policy == launch::async) throw ; }
2352 if (__does_policy_contain(__policy, launch::deferred))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfunctional1862 // Storage for a functor object, to be used with __policy to manage copy and
1881 struct __policy
1896 _LIBCPP_INLINE_VISIBILITY static const __policy* __create()
1902 static const __policy* __create_empty()
1904 static const _LIBCPP_CONSTEXPR __policy __policy_ = {nullptr, nullptr,
1934 _LIBCPP_INLINE_VISIBILITY static const __policy*
1937 static const _LIBCPP_CONSTEXPR __policy __policy_ = {
1949 _LIBCPP_INLINE_VISIBILITY static const __policy*
1952 static const _LIBCPP_CONSTEXPR __policy __policy_ = {
2014 // __policy_func uses a __policy and __policy_invoker to create a type-erased,
[all …]
H A Dfuture2329 inline _LIBCPP_INLINE_VISIBILITY bool __does_policy_contain(launch __policy, launch __value )
2330 { return (int(__policy) & int(__value)) != 0; }
2335 async(launch __policy, _Fp&& __f, _Args&&... __args)
2344 if (__does_policy_contain(__policy, launch::async))
2349 catch ( ... ) { if (__policy == launch::async) throw ; }
2352 if (__does_policy_contain(__policy, launch::deferred))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex.tcc47 _RegexExecutorPolicy __policy,
65 || (__policy == _RegexExecutorPolicy::_S_alternate in __regex_algo_impl()
H A Dregex.h49 _RegexExecutorPolicy __policy, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex.tcc47 _RegexExecutorPolicy __policy,
65 || (__policy == _RegexExecutorPolicy::_S_alternate in __regex_algo_impl()
H A Dregex.h49 _RegexExecutorPolicy __policy, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfuture189 async(launch __policy, _Fn&& __fn, _Args&&... __args);
1751 async(launch __policy, _Fn&& __fn, _Args&&... __args)
1754 if ((__policy & launch::async) == launch::async)
1767 || (__policy & launch::deferred) != launch::deferred)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfuture189 async(launch __policy, _Fn&& __fn, _Args&&... __args);
1751 async(launch __policy, _Fn&& __fn, _Args&&... __args)
1754 if ((__policy & launch::async) == launch::async)
1767 || (__policy & launch::deferred) != launch::deferred)