Home
last modified time | relevance | path

Searched refs:getNextTimeStamp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key_mem_cache.c67 getNextTimeStamp() in getNextTimeStamp() function
315 entry->time_stamp = getNextTimeStamp(); in mc_add_entry()
465 entry->time_stamp = getNextTimeStamp(); in mc_add_entry_init()
549 tmp->time_stamp = getNextTimeStamp(); in mc_set_slot_by_slot()
570 tmp->time_stamp = getNextTimeStamp(); in mc_set_slot_by_handle()
874 tmp->time_stamp = getNextTimeStamp(); in mc_update_time_stamp()
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog867 - in tcs/cache.c, getNextTimeStamp() was unlocking the mutex twice.