Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/
Dmemory.txt17 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_33
18 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_257
19 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_4087
20 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_8095
21 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_1048577
22 dEQP-VK.memory.binding.priority.regular.suballocated.image_8_8
23 dEQP-VK.memory.binding.priority.regular.suballocated.image_8_33
24 dEQP-VK.memory.binding.priority.regular.suballocated.image_8_257
25 dEQP-VK.memory.binding.priority.regular.suballocated.image_33_8
26 dEQP-VK.memory.binding.priority.regular.suballocated.image_33_33
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/
Dmemory.txt17 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_33
18 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_257
19 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_4087
20 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_8095
21 dEQP-VK.memory.binding.priority.regular.suballocated.buffer_1048577
22 dEQP-VK.memory.binding.priority.regular.suballocated.image_8_8
23 dEQP-VK.memory.binding.priority.regular.suballocated.image_8_33
24 dEQP-VK.memory.binding.priority.regular.suballocated.image_8_257
25 dEQP-VK.memory.binding.priority.regular.suballocated.image_33_8
26 dEQP-VK.memory.binding.priority.regular.suballocated.image_33_33
[all …]
/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolHeap.c32 int priority; member
36 DE_INLINE HeapItem HeapItem_create (int priority, int value) in HeapItem_create() argument
39 h.priority = priority; in HeapItem_create()
46 if (a.priority < b.priority) in HeapItem_cmp()
48 if (a.priority > b.priority) in HeapItem_cmp()
70 DE_TEST_ASSERT(TestHeap_popMin(heap).priority == 0); in dePoolHeap_selfTest()
71 DE_TEST_ASSERT(TestHeap_popMin(heap).priority == 10); in dePoolHeap_selfTest()
72 DE_TEST_ASSERT(TestHeap_popMin(heap).priority == 20); in dePoolHeap_selfTest()
98 DE_TEST_ASSERT(h.priority == i); in dePoolHeap_selfTest()
99 DE_TEST_ASSERT(h.value == -h.priority); in dePoolHeap_selfTest()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D3-1.c78 int priority; in fn_rd() local
81 priority = (long)arg; in fn_rd()
82 set_priority(pthread_self(), TRD_POLICY, priority); in fn_rd()
113 int priority; in fn_wr_1() local
116 priority = (int)(long)arg; in fn_wr_1()
117 set_priority(pthread_self(), TRD_POLICY, priority); in fn_wr_1()
150 int priority; in fn_wr_2() local
153 priority = (long)arg; in fn_wr_2()
154 set_priority(pthread_self(), TRD_POLICY, priority); in fn_wr_2()
192 int priority; in main() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_log.c48 SDL_LogPriority priority; member
54 int category, SDL_LogPriority priority,
99 SDL_LogSetAllPriority(SDL_LogPriority priority) in SDL_LogSetAllPriority() argument
104 entry->priority = priority; in SDL_LogSetAllPriority()
106 SDL_default_priority = priority; in SDL_LogSetAllPriority()
107 SDL_assert_priority = priority; in SDL_LogSetAllPriority()
108 SDL_application_priority = priority; in SDL_LogSetAllPriority()
112 SDL_LogSetPriority(int category, SDL_LogPriority priority) in SDL_LogSetPriority() argument
118 entry->priority = priority; in SDL_LogSetPriority()
127 entry->priority = priority; in SDL_LogSetPriority()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D2-1.c77 int priority; in fn_rd() local
80 priority = (long)arg; in fn_rd()
81 set_priority(pthread_self(), TRD_POLICY, priority); in fn_rd()
108 int priority; in fn_wr() local
111 priority = (long)arg; in fn_wr()
112 set_priority(pthread_self(), TRD_POLICY, priority); in fn_wr()
145 int priority; in main() local
148 priority = sched_get_priority_min(TRD_POLICY) + 2; in main()
149 set_priority(pthread_self(), TRD_POLICY, priority); in main()
150 printf("main: has priority: %d\n", priority); in main()
[all …]
D2-3.c77 int priority; in fn_rd() local
80 priority = (int)(long)arg; in fn_rd()
81 set_priority(pthread_self(), TRD_POLICY, priority); in fn_rd()
108 int priority; in fn_wr() local
111 priority = (long)arg; in fn_wr()
112 set_priority(pthread_self(), TRD_POLICY, priority); in fn_wr()
146 int priority; in main() local
149 priority = sched_get_priority_min(TRD_POLICY) + 2; in main()
150 set_priority(pthread_self(), TRD_POLICY, priority); in main()
167 priority = sched_get_priority_min(TRD_POLICY); in main()
[all …]
D2-2.c77 int priority; in fn_rd() local
80 priority = (long)arg; in fn_rd()
81 set_priority(pthread_self(), TRD_POLICY, priority); in fn_rd()
108 int priority; in fn_wr() local
111 priority = (long)arg; in fn_wr()
112 set_priority(pthread_self(), TRD_POLICY, priority); in fn_wr()
145 int priority; in main() local
148 priority = sched_get_priority_min(TRD_POLICY) + 2; in main()
149 set_priority(pthread_self(), TRD_POLICY, priority); in main()
166 priority = sched_get_priority_min(TRD_POLICY) + 1; in main()
[all …]
/third_party/node/test/parallel/
Dtest-os-process-priority.js16 } = os.constants.priority;
59 [null, true, false, 'foo', {}, [], /x/].forEach((priority) => {
61 os.setPriority(0, priority);
77 ].forEach((priority) => {
79 os.setPriority(0, priority);
114 const priority = os.getPriority(pid);
119 assert.strictEqual(priority, expected);
126 assert.ok(priority === PRIORITY_HIGHEST || priority === PRIORITY_HIGH);
128 assert.strictEqual(priority, PRIORITY_HIGH);
130 assert.strictEqual(priority, PRIORITY_ABOVE_NORMAL);
[all …]
/third_party/libuv/test/
Dtest-process-priority.c27 int priority; in TEST_IMPL() local
50 ASSERT(uv_os_getpriority(0, &priority) == 0); in TEST_IMPL()
55 ASSERT(priority == i); in TEST_IMPL()
60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH); in TEST_IMPL()
62 ASSERT(priority == UV_PRIORITY_HIGH); in TEST_IMPL()
64 ASSERT(priority == UV_PRIORITY_ABOVE_NORMAL); in TEST_IMPL()
66 ASSERT(priority == UV_PRIORITY_NORMAL); in TEST_IMPL()
68 ASSERT(priority == UV_PRIORITY_BELOW_NORMAL); in TEST_IMPL()
70 ASSERT(priority == UV_PRIORITY_LOW); in TEST_IMPL()
75 ASSERT(priority == r); in TEST_IMPL()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_abort_sniffer.cpp41 void Increment (dng_priority priority);
43 void Decrement (dng_priority priority);
45 void Wait (dng_priority priority);
94 void dng_priority_manager::Increment (dng_priority priority) in Increment() argument
99 fCounter [priority] += 1; in Increment()
105 void dng_priority_manager::Decrement (dng_priority priority) in Decrement() argument
112 fCounter [priority] -= 1; in Decrement()
127 void dng_priority_manager::Wait (dng_priority priority) in Wait() argument
130 if (priority < dng_priority_maximum) in Wait()
135 while (priority < MinPriority ()) in Wait()
[all …]
/third_party/flutter/engine/flutter/fml/
Dlogging.cc69 LogLevel priority = LogLevel::LOG_DEBUG; in ~LogMessage() local
72 priority = LogLevel::LOG_INFO; in ~LogMessage()
75 priority = LogLevel::LOG_WARN; in ~LogMessage()
78 priority = LogLevel::LOG_ERROR; in ~LogMessage()
81 priority = LogLevel::LOG_FATAL; in ~LogMessage()
84 HiLogPrint(LOG_CORE, priority, 0xD003900, "flutter", "%{public}s", stream_.str().c_str()); in ~LogMessage()
86 android_LogPriority priority = in ~LogMessage() local
90 priority = ANDROID_LOG_INFO; in ~LogMessage()
93 priority = ANDROID_LOG_WARN; in ~LogMessage()
96 priority = ANDROID_LOG_ERROR; in ~LogMessage()
[all …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_PRIORITY.c33 int valid_priority(enum v4l2_priority priority) in valid_priority() argument
39 switch (priority) { in valid_priority()
52 static void do_set_priority(enum v4l2_priority priority) in do_set_priority() argument
58 dprintf("\t%s:%u: set priority to %i\n", __FILE__, __LINE__, priority); in do_set_priority()
59 ret_set = ioctl(get_video_fd(), VIDIOC_S_PRIORITY, &priority); in do_set_priority()
74 CU_ASSERT_EQUAL(new_priority, priority); in do_set_priority()
80 enum v4l2_priority priority) in do_set_invalid_priority() argument
87 priority); in do_set_invalid_priority()
88 ret_set = ioctl(get_video_fd(), VIDIOC_S_PRIORITY, &priority); in do_set_invalid_priority()
138 enum v4l2_priority priority; in test_VIDIOC_G_PRIORITY_NULL() local
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
D1-1.c31 static int verify_param(pthread_attr_t * attr, int priority) in verify_param() argument
41 if (priority != param.sched_priority) { in verify_param()
53 int priority; in main() local
66 priority = sched_get_priority_max(FIFOPOLICY); in main()
67 if (priority == -1) { in main()
71 param.sched_priority = priority; in main()
77 verify_param(&attr, priority); in main()
84 priority = sched_get_priority_max(RRPOLICY); in main()
85 if (priority == -1) { in main()
89 param.sched_priority = priority; in main()
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
Ddefault.conf59 ; priority = ...
73 ; priority = ... # Numeric value to deduce priority for this profile
117 priority = 15
126 priority = 1
135 priority = 1
141 priority = 13
148 priority = 12
155 priority = 13
162 priority = 12
169 priority = 13
[all …]
Dforce-speaker-and-int-mic.conf28 priority = 1
35 priority = 10
41 priority = 8
48 priority = 7
55 priority = 8
62 priority = 7
69 priority = 8
77 priority = 7
86 priority = 1
94 priority = 5
[all …]
Dforce-speaker.conf27 priority = 1
34 priority = 10
40 priority = 8
47 priority = 7
54 priority = 8
61 priority = 7
68 priority = 8
76 priority = 7
85 priority = 1
93 priority = 5
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_context_priority_realtime.txt47 priority level in addition to three priority levels that are part of
52 - Allow realtime priority to only few contexts
53 - Allow realtime priority only to trusted applications
54 - Make sure realtime priority contexts are executed immediately
59 priority level is platform dependent.
79 priority attribute for EGL_IMG_context_priority and values:
84 priority hint for a context supporting context priority. This
91 multiple contexts at some priority levels and system policy may limit
92 access to high priority contexts to appropriate system privilege
96 context run at the highest possible priority and be capable of
[all …]
/third_party/EGL/extensions/NV/
DEGL_NV_context_priority_realtime.txt47 priority level in addition to three priority levels that are part of
52 - Allow realtime priority to only few contexts
53 - Allow realtime priority only to trusted applications
54 - Make sure realtime priority contexts are executed immediately
59 priority level is platform dependent.
79 priority attribute for EGL_IMG_context_priority and values:
84 priority hint for a context supporting context priority. This
91 multiple contexts at some priority levels and system policy may limit
92 access to high priority contexts to appropriate system privilege
96 context run at the highest possible priority and be capable of
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/IMG/
DEGL_IMG_context_priority.txt41 This extension allows an EGLContext to be created with a priority
44 priority contexts available in the system, or system policy limits
45 access to high priority contexts to appropriate system privilege
46 level. A query is provided to find the real priority level assigned
95 EGL_CONTEXT_PRIORITY_LEVEL_IMG determines the priority level of
98 priority levels and system policy may limit access to high
99 priority contexts to appropriate system privilege level. The
114 Querying EGL_CONTEXT_PRIORITY_LEVEL_IMG returns the priority
118 created at a specific priority level in the system."
122 1) Should the context priority be treated as a hint or a requirement
[all …]
/third_party/EGL/extensions/IMG/
DEGL_IMG_context_priority.txt41 This extension allows an EGLContext to be created with a priority
44 priority contexts available in the system, or system policy limits
45 access to high priority contexts to appropriate system privilege
46 level. A query is provided to find the real priority level assigned
95 EGL_CONTEXT_PRIORITY_LEVEL_IMG determines the priority level of
98 priority levels and system policy may limit access to high
99 priority contexts to appropriate system privilege level. The
114 Querying EGL_CONTEXT_PRIORITY_LEVEL_IMG returns the priority
118 created at a specific priority level in the system."
122 1) Should the context priority be treated as a hint or a requirement
[all …]
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c115 printf("Thread started %d on CPU %ld\n", pthr->priority, in func_nonrt()
118 printf("Thread running %d\n", pthr->priority); in func_nonrt()
124 pthr->priority, policy, schedp.sched_priority); in func_nonrt()
131 "pri %d\n", tid, pthr->priority, i, in func_nonrt()
164 printf("Thread started %d on CPU %ld\n", pthr->priority, in func_rt()
170 printf("Thread running %d\n", pthr->priority); in func_rt()
174 pthr->priority, policy, schedp.sched_priority); in func_rt()
187 tid, pthr->priority, i, policy, in func_rt()
220 printf("Noise Thread started %d on CPU %ld\n", pthr->priority, in func_noise()
226 printf("Noise Thread running %d\n", pthr->priority); in func_noise()
[all …]
/third_party/musl/src/misc/
Dsyslog.c84 static void _vsyslog(int priority, const char *message, va_list ap) in _vsyslog() argument
98 if (!(priority & LOG_FACMASK)) priority |= log_facility; in _vsyslog()
106 priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid); in _vsyslog()
127 static void __vsyslog(int priority, const char *message, va_list ap) in __vsyslog() argument
130 if (!(log_mask & LOG_MASK(priority&7)) || (priority&~0x3ff)) return; in __vsyslog()
133 _vsyslog(priority, message, ap); in __vsyslog()
138 void syslog(int priority, const char *message, ...) in syslog() argument
142 __vsyslog(priority, message, ap); in syslog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c88 static void _vsyslog(int priority, const char *message, va_list ap) in _vsyslog() argument
102 if (!(priority & LOG_FACMASK)) priority |= log_facility; in _vsyslog()
110 priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid); in _vsyslog()
131 static void __vsyslog(int priority, const char *message, va_list ap) in __vsyslog() argument
134 if (!(log_mask & LOG_MASK(priority&7)) || (priority&~0x3ff)) return; in __vsyslog()
137 _vsyslog(priority, message, ap); in __vsyslog()
142 void syslog(int priority, const char *message, ...) in syslog() argument
147 __vsyslog(priority, message, ap); in syslog()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_global_priority.adoc22 priorities supported by a queue family, and then set a priority when
24 The default queue priority is ename:VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT.
26 Implementations can report which global priority levels are treated
29 platform-specific priority enforcement rules.
32 in favour of the higher-priority task.
33 Therefore, higher-priority work may retain similar latency and throughput
34 characteristics even if the system is congested with lower priority work.
36 The global priority level of a queue shall take precedence over the
37 per-process queue priority
42 Therefore, the driver implementation may deny requests to acquire a priority
[all …]

12345678910>>...46