Changeset 1854 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Oct 13, 2008, 3:50:33 AM (17 years ago)
Author:
bird
Message:

kmk: offload hashing of strcache entries to the includedep thread(s).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r1843 r1854  
    504504const char *strcache_add_len (const char *str, int len);
    505505int strcache_setbufsize (int size);
     506#ifdef CONFIG_WITH_INCLUDEDEP
     507const char *strcache_add_prehashed (const char *str, int len,
     508                                    unsigned long hash1, unsigned long hash2);
     509void strcache_prehash_str (const char *str, unsigned long *hash1p,
     510                           unsigned long *hash2p);
     511#endif
    506512#ifdef CONFIG_WITH_VALUE_LENGTH
    507513MY_INLINE unsigned int strcache_get_len (const char *str)
Note: See TracChangeset for help on using the changeset viewer.