Home
last modified time | relevance | path

Searched refs:external_mu_space (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Dmutex.cc26 static_assert(sizeof(nsync::nsync_mu) <= sizeof(mutex::external_mu_space),
32 static inline nsync::nsync_mu *mu_cast(mutex::external_mu_space *mu) { in mu_cast()
Dmutex.h53 struct external_mu_space { struct
59 external_mu_space mu_; argument