Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_readerwriter.c111 int ReadID[READ_NUM], WriteID[WRITE_NUM]; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp223 unsigned WriteID = WLEntry->WriteResourceID; in computeOperandLatency() local
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.h268 void WriteID(UInt64 value) { WriteNumber(value); } in WriteID() function