Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c220 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()
2104 PFlags = osl_Profile_DEFAULT | osl_Profile_WRITELOCK; in acquireProfile()
2131 …if (! (pProfile->m_Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE … in acquireProfile()
2196 …if (! (pProfile->m_Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE … in releaseProfile()
/trunk/main/sal/osl/os2/
H A Dprofile.c234 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()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx226 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()
/trunk/main/sal/inc/osl/
H A Dprofile.h39 #define osl_Profile_WRITELOCK 0x0004 /* lock file for writing */ macro
H A Dprofile.hxx39 const int Profile_WRITELOCK = osl_Profile_WRITELOCK; /* lock file for writing */

Completed in 32 milliseconds