Searched refs:sync_create (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 531 sync_create(VkDevice _device, in sync_create() function 577 return sync_create(device, false, false, pAllocator, (void**) pSemaphore); in tu_CreateSemaphore() 619 return sync_create(device, info->flags & VK_FENCE_CREATE_SIGNALED_BIT, true, in tu_CreateFence()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.h | 89 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_create, __itt_group_sync | __itt_group_fsync, "%p, \"%s\", \"%s\", %x")
|
H A D | ittnotify_static.c | 1246 ITTNOTIFY_NAME(sync_create) = ITTNOTIFY_NAME(sync_set_name); in init_ittlib()
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 679 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char* objtype, const char* objname, int attribute)) 687 #define __itt_sync_create ITTNOTIFY_VOID(sync_create) 688 #define __itt_sync_create_ptr ITTNOTIFY_NAME(sync_create)
|
Completed in 10 milliseconds