Home
last modified time | relevance | path

Searched defs:get_event_status (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.h311 SE_EventStatus (*get_event_status)(const SP_Device* device, SP_Event event); member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1324 pub get_event_status: PFN_vkGetEventStatus, field
1891 unsafe extern "system" fn get_event_status( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1028 pub unsafe fn get_event_status(&self, event: vk::Event) -> VkResult<bool> { in get_event_status() method