Home
last modified time | relevance | path

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

/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()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h738 typedef bool (*InternalFunctionType)(void * arg); typedef
744 InternalFunctionType function_; // function taking pointer returning bool
963 function_(reinterpret_cast<InternalFunctionType>(func)), in Condition()