Home
last modified time | relevance | path

Searched refs:InternalFunctionType (Results 1 – 5 of 5) sorted by relevance

/external/abseil-cpp/absl/synchronization/
Dmutex.h718 typedef bool (*InternalFunctionType)(void * arg); typedef
724 InternalFunctionType function_; // function taking pointer returning bool
937 function_(reinterpret_cast<InternalFunctionType>(func)), in Condition()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h722 typedef bool (*InternalFunctionType)(void * arg); typedef
728 InternalFunctionType function_; // function taking pointer returning bool
946 function_(reinterpret_cast<InternalFunctionType>(func)), in Condition()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h718 typedef bool (*InternalFunctionType)(void * arg); typedef
724 InternalFunctionType function_; // function taking pointer returning bool
937 function_(reinterpret_cast<InternalFunctionType>(func)), in Condition()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.h722 typedef bool (*InternalFunctionType)(void * arg); typedef
728 InternalFunctionType function_; // function taking pointer returning bool
946 function_(reinterpret_cast<InternalFunctionType>(func)), in Condition()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.h740 typedef bool (*InternalFunctionType)(void * arg); typedef
746 InternalFunctionType function_; // function taking pointer returning bool
965 function_(reinterpret_cast<InternalFunctionType>(func)), in Condition()