home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / riscos / releases / oslib / cstrong / CStrong / Cache / HelpData next >
Text File  |  1994-08-10  |  2KB  |  53 lines

  1. xcache_control
  2. Defined in:   <cache=>cache.$>.h
  3. Declaration:  extern <os_error=>os.os_error> *xcache_control (bits eor_mask,
  4.                  bits and_mask,
  5.                  bits *old_state);
  6. Summary:      Turns the cache on or offcache_control
  7. Defined in:   <cache=>cache.$>.h
  8. Declaration:  extern bits cache_control (bits eor_mask,
  9.                  bits and_mask);
  10. Summary:      Turns the cache on or offxcache_cacheable
  11. Defined in:   <cache=>cache.$>.h
  12. Declaration:  extern <os_error=>os.os_error> *xcache_cacheable (bits eor_mask,
  13.                  bits and_mask,
  14.                  bits *old_state);
  15. Summary:      Controls which area of memory may be cachedcache_cacheable
  16. Defined in:   <cache=>cache.$>.h
  17. Declaration:  extern bits cache_cacheable (bits eor_mask,
  18.                  bits and_mask);
  19. Summary:      Controls which area of memory may be cachedxcache_updateable
  20. Defined in:   <cache=>cache.$>.h
  21. Declaration:  extern <os_error=>os.os_error> *xcache_updateable (bits eor_mask,
  22.                  bits and_mask,
  23.                  bits *old_state);
  24. Summary:      Controls which area of memory will be automatically updated in the cachecache_updateable
  25. Defined in:   <cache=>cache.$>.h
  26. Declaration:  extern bits cache_updateable (bits eor_mask,
  27.                  bits and_mask);
  28. Summary:      Controls which area of memory will be automatically updated in the cachexcache_disruptive
  29. Defined in:   <cache=>cache.$>.h
  30. Declaration:  extern <os_error=>os.os_error> *xcache_disruptive (bits eor_mask,
  31.                  bits and_mask,
  32.                  bits *old_state);
  33. Summary:      Controls which areas of memory cause automatic flushing of the cache on a writecache_disruptive
  34. Defined in:   <cache=>cache.$>.h
  35. Declaration:  extern bits cache_disruptive (bits eor_mask,
  36.                  bits and_mask);
  37. Summary:      Controls which areas of memory cause automatic flushing of the cache on a writexcache_flush
  38. Defined in:   <cache=>cache.$>.h
  39. Declaration:  extern <os_error=>os.os_error> *xcache_flush (void);
  40. Summary:      Flushes the cachecache_flush
  41. Defined in:   <cache=>cache.$>.h
  42. Declaration:  extern void cache_flush (void);
  43. Summary:      Flushes the cacheCache
  44. <xcache_control>
  45. <cache_control>
  46. <xcache_cacheable>
  47. <cache_cacheable>
  48. <xcache_updateable>
  49. <cache_updateable>
  50. <xcache_disruptive>
  51. <cache_disruptive>
  52. <xcache_flush>
  53. <cache_flush>