Searched refs:osl_Profile_WRITELOCK (Results 1 – 5 of 5) sorted by relevance
220 if ( Flags & osl_Profile_WRITELOCK ) in osl_psz_openProfile()249 if ( Flags & ( osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in osl_psz_openProfile()1225 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()1270 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()1304 if ( Flags & (osl_Profile_WRITELOCK | osl_Profile_WRITELOCK ) ) in closeFileImpl()2042 PFlags |= osl_Profile_WRITELOCK; in osl_openTmpProfileImpl()2103 PFlags = osl_Profile_DEFAULT | osl_Profile_WRITELOCK; in acquireProfile()2130 …if (! (pProfile->m_Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE … in acquireProfile()2195 …if (! (pProfile->m_Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE … in releaseProfile()
234 if ( Flags & osl_Profile_WRITELOCK ) in osl_openProfile()249 …((pFile = openFileImpl(FileName, (Flags & osl_Profile_WRITELOCK) ? sal_True : sal_False)) == NULL)) in osl_openProfile()266 if (Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK)) in osl_openProfile()1168 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()1213 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()1857 PFlags = osl_Profile_DEFAULT | osl_Profile_WRITELOCK; in acquireProfile()1887 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in acquireProfile()1965 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in releaseProfile()
226 if ( Flags & osl_Profile_WRITELOCK ) in osl_openProfile()259 if (Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE )) in osl_openProfile()1263 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()1305 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()2088 PFlags |= osl_Profile_WRITELOCK; in osl_openTmpProfileImpl()2179 PFlags = osl_Profile_DEFAULT | osl_Profile_WRITELOCK; in acquireProfile()2211 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in acquireProfile()2279 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in releaseProfile()
39 #define osl_Profile_WRITELOCK 0x0004 /* lock file for writing */ macro
39 const int Profile_WRITELOCK = osl_Profile_WRITELOCK; /* lock file for writing */
Completed in 43 milliseconds