HomeSort by relevance Sort by last modified time
    Searched defs:queues (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/ltp/testcases/kernel/syscalls/ipc/msgget/
msgget03.c 21 * message queues.
36 static int *queues; variable
61 queues = SAFE_MALLOC(maxmsgs * sizeof(int));
64 queues[num] = -1;
68 queues[num] = res;
71 tst_res(TINFO, "The maximum number of message queues (%d) reached",
79 if (!queues)
83 if (queues[num] != -1)
84 SAFE_MSGCTL(queues[num], IPC_RMID, NULL);
87 free(queues);
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.h 53 std::vector<VkQueueFamilyProperties> queues; member in struct:VkJsonDevice
  /external/eigen/unsupported/test/
cxx11_eventcount.cpp 77 // fake queues. Ensure that it does not crash, consumers don't deadlock and
88 TestQueue queues[kQueues]; local
92 producers.emplace_back(new std::thread([&ec, &queues]() {
96 if (queues[idx].Push()) {
108 consumers.emplace_back(new std::thread([&ec, &queues, &waiters, i]() {
113 if (queues[idx].Pop()) continue;
118 if (!queues[q].Empty()) {
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 105 struct Queues
121 Queues queues[COUNT] = local
144 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex)
145 queues[FIRST].queueFamilyIndex = queueNdx;
147 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u)
149 queues[SECOND].queueFamilyIndex = queueNdx;
154 if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATCH_FOUND)
155 TCU_THROW(NotSupportedError, "Queues couldn't be created")
    [all...]
vktSynchronizationCrossInstanceSharingTests.cpp 259 std::vector<vk::VkDeviceQueueCreateInfo> queues; local
274 queues.push_back(createInfo);
283 (deUint32)queues.size(),
284 &queues[0],
    [all...]
vktSynchronizationInternallySynchronizedObjectsTests.cpp 77 vector<VkQueue> queues; member in struct:vkt::synchronization::__anon16754::MultiQueues::QueueType
79 } Queues;
85 Queues temp;
90 temp.queues.resize(count);
96 map<deUint32,Queues>::iterator it = m_queues.begin();
106 Queues & getQueues (const int index)
108 map<deUint32,Queues>::iterator it = m_queues.begin();
117 Queues& queue = m_queues[getQueueFamilyIndex(queueFamilyIndexNdx)];
118 for (int queueNdx = 0; queueNdx < static_cast<int>(queue.queues.size()); ++queueNdx)
125 returnQueues = queue.queues[queueNdx]
195 MultiQueues& queues = *moveQueues; local
670 MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_COMPUTE_BIT); local
781 MovePtr<MultiQueues> queues = createQueues (m_context, VK_QUEUE_GRAPHICS_BIT); local
    [all...]
vktSynchronizationWin32KeyedMutexTests.cpp 186 std::vector<vk::VkDeviceQueueCreateInfo> queues; local
201 queues.push_back(createInfo);
210 (deUint32)queues.size(),
211 &queues[0],
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 209 std::vector<VkQueueFamilyProperties> queues; local
210 vk::get(phy, queues);
213 for (uint32_t i = 0; i < queues.size(); i++) {
214 const VkQueueFamilyProperties &q = queues[i];
216 // requires only GRAPHICS for game queues
  /external/vulkan-validation-layers/layers/
swapchain.h 222 unordered_map<VkQueue, SwpQueue *> queues; member in struct:SwpDevice
  /hardware/libhardware/modules/sensors/
multihal.cpp 45 // This mutex is shared by all queues
209 std::vector<SensorEventQueue*> queues; member in struct:sensors_poll_context_t
226 this->queues.push_back(queue);
368 queueCount = (int)this->queues.size();
371 SensorEventQueue* queue = this->queues.at(this->nextReadIndex);
389 // The queues have been scanned and none contain data, so wait.
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 218 std::unordered_set<VkQueue> queues; member in class:FENCE_NODE
swapchain.h 272 unordered_map<VkQueue, SwpQueue *> queues; member in struct:SwpDevice
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp 271 const vk::VkDeviceQueueCreateInfo queues[] = local
289 DE_LENGTH_OF_ARRAY(queues),
290 queues,
    [all...]
vktApiObjectManagementTests.cpp 538 const VkDeviceQueueCreateInfo queues[] = local
554 DE_LENGTH_OF_ARRAY(queues),
555 queues,
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /bionic/libc/kernel/uapi/sound/
asequencer.h 193 int queues; member in struct:snd_seq_system_info
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 218 private static final String KEY_QUEUES = "queues";
539 JSONArray queues = device.getJSONArray(KEY_QUEUES); local
    [all...]
  /external/kernel-headers/original/uapi/sound/
asequencer.h 171 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
312 int queues; /* maximum queues count */ member in struct:snd_seq_system_info
317 int cur_queues; /* current queues */
380 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */
381 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */
482 unsigned locked:1; /* timing queue locked for other queues */
  /external/vulkan-validation-layers/demos/
cube.c 430 // We know we're submitting queues without fences, ignore this
824 // If we are using separate queues, change image ownership to the
839 // If we are using separate queues we have to wait for image ownership,
2947 VkDeviceQueueCreateInfo queues[2]; local
    [all...]
cube.cpp 370 vk::DeviceQueueCreateInfo queues[2]; local
371 queues[0].setQueueFamilyIndex(graphics_queue_family_index);
372 queues[0].setQueueCount(1);
373 queues[0].setPQueuePriorities(priorities);
377 .setPQueueCreateInfos(queues)
386 queues[1].setQueueFamilyIndex(present_queue_family_index);
387 queues[1].setQueueCount(1);
388 queues[1].setPQueuePriorities(priorities);
450 // If we are using separate queues, change image ownership to the
470 // If we are using separate queues we have to wait for image ownership
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 235 int queues; member in struct:snd_seq_system_info
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
311 int queues; /* maximum queues count */ member in struct:snd_seq_system_info
316 int cur_queues; /* current queues */
377 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */
378 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */
479 unsigned locked:1; /* timing queue locked for other queues */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
311 int queues; /* maximum queues count */ member in struct:snd_seq_system_info
316 int cur_queues; /* current queues */
377 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */
378 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */
479 unsigned locked:1; /* timing queue locked for other queues */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asequencer.h 170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
311 int queues; /* maximum queues count */ member in struct:snd_seq_system_info
316 int cur_queues; /* current queues */
377 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */
378 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */
479 unsigned locked:1; /* timing queue locked for other queues */

Completed in 919 milliseconds

1 2 3