Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dposix-mock-test.cc76 #define EMULATE_EINTR(func, error_result) \ macro
86 EMULATE_EINTR(open, -1); in open()
92 EMULATE_EINTR(open, EINTR); in sopen_s()
139 EMULATE_EINTR(close, -1); in close()
144 EMULATE_EINTR(dup, -1); in dup()
149 EMULATE_EINTR(dup2, -1); in dup2()
154 EMULATE_EINTR(fdopen, 0); in fdopen()
160 EMULATE_EINTR(read, -1); in read()
166 EMULATE_EINTR(write, -1); in write()
172 EMULATE_EINTR(pipe, -1); in pipe()
[all …]