Home
last modified time | relevance | path

Searched refs:priorities (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D2-1.c39 static int priorities[3]; variable
78 if (!priorities[0]) in thread_func()
79 priorities[0] = sp.sched_priority; in thread_func()
80 else if (!priorities[1]) in thread_func()
81 priorities[1] = sp.sched_priority; in thread_func()
83 priorities[2] = sp.sched_priority; in thread_func()
196 if (priorities[0] != PRIO_HIGH) in main()
198 priorities[0], PRIO_HIGH); in main()
199 else if (priorities[1] != PRIO_MED) in main()
201 priorities[1], PRIO_MED); in main()
[all …]
/third_party/toybox/toys/posix/
Dlogger.c56 *priorities[] = {"emerg", "alert", "crit", "error", "warning", "notice", in logger_main() local
76 priority = arrayfind(s1, priorities, ARRAY_LEN(priorities)); in logger_main()
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt35 priorities that glXChooseVisual or glXChooseFBConfig defines.
38 The visual selection priorities of all the visuals in one category
40 The visual selection priorities in one category follow the rules
99 selection priorities than the ones in (i+1)-th category. If a matching
DSGIX_vertex_array_object.txt119 const clampf* priorities);
207 array object. PrioritizeVertexArraysSGIX sets the priorities of the <n>
208 vertex array objects in <arrays> to the values in <priorities>. Each
213 accept priorities for and vertex array zero, the default vertex array
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt35 priorities that glXChooseVisual or glXChooseFBConfig defines.
38 The visual selection priorities of all the visuals in one category
40 The visual selection priorities in one category follow the rules
99 selection priorities than the ones in (i+1)-th category. If a matching
DSGIX_vertex_array_object.txt119 const clampf* priorities);
207 array object. PrioritizeVertexArraysSGIX sets the priorities of the <n>
208 vertex array objects in <arrays> to the values in <priorities>. Each
213 accept priorities for and vertex array zero, the default vertex array
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc65 const float priorities[1] = {1.0f}; in VulkanDevice() local
73 .pQueuePriorities = priorities, in VulkanDevice()
83 .pQueuePriorities = priorities, in VulkanDevice()
178 const float priorities[1] = {1.0f}; in VulkanDevice() local
186 .pQueuePriorities = priorities, in VulkanDevice()
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dpriority.dart25 /// Maximum offset by which to clamp relative priorities.
27 /// It is still possible to have priorities that are offset by more
/third_party/EGL/extensions/EXT/
DEGL_EXT_config_select_group.txt45 different config selection categories. The config selection priorities of
47 other categories. The config selection priorities in one category follow
/third_party/mesa3d/src/virtio/virtio-gpu/
Ddrm_hw.h21 uint32_t priorities; member
/third_party/node/doc/guides/
Dtechnical-values.md1 # Technical values and priorities
3 The project uses these technical values to establish priorities and guide
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
Dcoverage.txt7 1 YES max and min priorities are taken from the system (AIX)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc113 // priorities of the thread so that it can perform background work without
116 // priorities of the thread as they were before the thread entered background
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_1_autogen.h26 void prioritizeTextures(GLsizei n, const GLuint *textures, const GLfloat *priorities); \
DvalidationGL11_autogen.h52 const GLfloat *priorities);
DvalidationGL11.cpp83 const GLfloat *priorities) in ValidatePrioritizeTextures() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_1_autogen.cpp551 void GL_APIENTRY PrioritizeTextures(GLsizei n, const GLuint *textures, const GLfloat *priorities) in PrioritizeTextures() argument
555 n, (uintptr_t)textures, (uintptr_t)priorities); in PrioritizeTextures()
562 ValidatePrioritizeTextures(context, n, textures, priorities)); in PrioritizeTextures()
565 context->prioritizeTextures(n, textures, priorities); in PrioritizeTextures()
567 ANGLE_CAPTURE(PrioritizeTextures, isCallValid, context, n, textures, priorities); in PrioritizeTextures()
/third_party/flutter/flutter/packages/flutter/lib/
Dscheduler.dart10 /// given priorities.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL11_autogen.h52 const GLfloat *priorities);
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_object.txt71 const clampf* priorities);
181 texture object. PrioritizeTexturesEXT sets the priorities of the <n>
182 texture objects in <textures> to the values in <priorities>. Each
253 When PushAttrib is called with TEXTURE_BIT enabled, the priorities,
258 values, then the bound texture objects have their priorities, border
288 n*4 LISTofFLOAT32 priorities
/third_party/openGLES/extensions/EXT/
DEXT_texture_object.txt71 const clampf* priorities);
181 texture object. PrioritizeTexturesEXT sets the priorities of the <n>
182 texture objects in <textures> to the values in <priorities>. Each
253 When PushAttrib is called with TEXTURE_BIT enabled, the priorities,
258 values, then the bound texture objects have their priorities, border
288 n*4 LISTofFLOAT32 priorities
/third_party/nghttp2/doc/
Dprogrammers-guide.rst482 Stream priorities
491 RFC 7540 priorities, and instead it enables RFC 9218 Extensible
493 to convey the stream priorities to a remote endpoint: Priority header
507 For the purpose of smooth migration from RFC 7540 priorities, client
519 Server has an optional mechanism to fallback to RFC 7540 priorities.
521 1, it completely disables RFC 7540 priorities and no fallback. By
524 falls back to RFC 7540 priorities if it sends
/third_party/python/Doc/library/
Dsyslog.rst74 The default is to log all priorities. The function ``LOG_MASK(pri)``
76 ``LOG_UPTO(pri)`` calculates the mask for all priorities up to and including
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt100 priorities. This provides the timing information at different CPU loads.
149 with different priorities, all fight for holding mutexes. Threads sleep and
158 worker threads with increasing FIFO priorities. By default, the number of
/third_party/ltp/testcases/kdump/doc/
DTEST_PLAN.txt17 priorities. I would like to add them as many as possible.

12345