Searched refs:semaphore_ (Results 1 – 7 of 7) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceCuda.h | 102 CudaStreamDevice() : stream_(&default_stream), scratch_(NULL), semaphore_(NULL) { in initializeDeviceProp() 107 …mDevice(int device) : stream_(&default_stream), device_(device), scratch_(NULL), semaphore_(NULL) { in initializeDeviceProp() 115 : stream_(stream), device_(device), scratch_(NULL), semaphore_(NULL) { in initializeDeviceProp() 166 if (semaphore_ == NULL) { in initializeDeviceProp() 168 semaphore_ = reinterpret_cast<unsigned int*>(scratch); in initializeDeviceProp() 169 cudaError_t err = cudaMemsetAsync(semaphore_, 0, sizeof(unsigned int), *stream_); in initializeDeviceProp() 173 return semaphore_; in initializeDeviceProp() 180 mutable unsigned int* semaphore_; in initializeDeviceProp() variable
|
/external/bcc/src/cc/ |
D | usdt.h | 187 uint64_t semaphore_; variable 212 uint64_t semaphore() const { return semaphore_; } in semaphore() 225 bool need_enable() const { return semaphore_ != 0x0; } in need_enable()
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 187 uint64_t semaphore_; variable 212 uint64_t semaphore() const { return semaphore_; } in semaphore() 225 bool need_enable() const { return semaphore_ != 0x0; } in need_enable()
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 59 semaphore_(semaphore), in Probe() 87 if (!resolve_global_address(&addr, bin_path_, semaphore_)) in add_to_semaphore()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.cc | 116 : scratch_(nullptr), semaphore_(nullptr), context_(nullptr) { in EigenGpuStreamDevice() 129 semaphore_ = in Reinitialize() 186 unsigned int* semaphore() const override { return semaphore_; } in semaphore() 220 mutable unsigned int* semaphore_; in asyncFree() member in tensorflow::EigenGpuStreamDevice
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 16643 Semaphore semaphore_ = Semaphore(), in AcquireNextImageInfoKHR() 16648 , semaphore( semaphore_ ) in AcquireNextImageInfoKHR() 16682 AcquireNextImageInfoKHR & setSemaphore( Semaphore semaphore_ ) in setSemaphore() 16684 semaphore = semaphore_; in setSemaphore() 32816 ImportSemaphoreFdInfoKHR( Semaphore semaphore_ = Semaphore(), in ImportSemaphoreFdInfoKHR() 32820 : semaphore( semaphore_ ) in ImportSemaphoreFdInfoKHR() 32843 ImportSemaphoreFdInfoKHR & setSemaphore( Semaphore semaphore_ ) in setSemaphore() 32845 semaphore = semaphore_; in setSemaphore() 32907 ImportSemaphoreWin32HandleInfoKHR( Semaphore semaphore_ = Semaphore(), in ImportSemaphoreWin32HandleInfoKHR() 32912 : semaphore( semaphore_ ) in ImportSemaphoreWin32HandleInfoKHR() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 14984 Semaphore semaphore_ = Semaphore(), in AcquireNextImageInfoKHR() 14989 , semaphore( semaphore_ ) in AcquireNextImageInfoKHR() 15023 AcquireNextImageInfoKHR& setSemaphore( Semaphore semaphore_ ) in setSemaphore() 15025 semaphore = semaphore_; in setSemaphore() 32570 SemaphoreGetWin32HandleInfoKHR( Semaphore semaphore_ = Semaphore(), in SemaphoreGetWin32HandleInfoKHR() 32572 : semaphore( semaphore_ ) in SemaphoreGetWin32HandleInfoKHR() 32593 SemaphoreGetWin32HandleInfoKHR& setSemaphore( Semaphore semaphore_ ) in setSemaphore() 32595 semaphore = semaphore_; in setSemaphore() 32641 SemaphoreGetFdInfoKHR( Semaphore semaphore_ = Semaphore(), in SemaphoreGetFdInfoKHR() 32643 : semaphore( semaphore_ ) in SemaphoreGetFdInfoKHR() [all …]
|