HomeSort by: relevance | last modified time | path
    Searched defs:openrv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc 164 uptr openrv = internal_open(name, O_RDWR | O_CREAT | O_EXCL, 0600); local in function:__tsan::MapRodata
165 if (internal_iserror(openrv))
168 fd_t fd = openrv;
tsan_platform_linux.cc 164 uptr openrv = internal_open(name, O_RDWR | O_CREAT | O_EXCL, 0600); local in function:__tsan::MapRodata
165 if (internal_iserror(openrv))
168 fd_t fd = openrv;

Completed in 23 milliseconds