Searched refs:osl_Profile_FLUSHWRITE (Results 1 – 4 of 4) sorted by relevance
205 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()
211 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()
219 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()
40 #define osl_Profile_FLUSHWRITE 0x0010 /* writing only with flush */ macro
Completed in 48 milliseconds