Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/unx/
H A Dprofile.c205 Flags=osl_Profile_FLUSHWRITE; in osl_psz_openProfile()
224 if ( Flags & osl_Profile_FLUSHWRITE ) 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()
2130 … (! (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()
/aoo4110/main/sal/osl/w32/
H A Dprofile.cxx211 Flags=osl_Profile_FLUSHWRITE; in osl_openProfile()
234 if ( Flags & osl_Profile_FLUSHWRITE ) 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()
2211 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in acquireProfile()
2279 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in releaseProfile()
/aoo4110/main/sal/osl/os2/
H A Dprofile.c219 Flags=osl_Profile_FLUSHWRITE; in osl_openProfile()
242 if ( Flags & osl_Profile_FLUSHWRITE ) in osl_openProfile()
1168 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()
1887 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in acquireProfile()
1965 osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE))) in releaseProfile()
/aoo4110/main/sal/inc/osl/
H A Dprofile.h40 #define osl_Profile_FLUSHWRITE 0x0010 /* writing only with flush */ macro

Completed in 194 milliseconds