Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2466 → Rev 2465

/branches/rcu/kernel/test/timeout/timeoutbench1.c
43,9 → 43,6
* Node count must be more then 1000!
*/
#define NODE_COUNT 100000
/*
* Seed constant.
*/
#define GEN_NUM 275604541
#define OPERATION_COUNT 1000000
#define TEST_COUNT 3
/branches/rcu/kernel/generic/include/adt/favl.h
File deleted
/branches/rcu/kernel/generic/include/adt/avl.h
77,7 → 77,7
uint64_t key;
/** Difference between heights of left and right subtree of this node.*/
int8_t balance;
short balance;
};
 
/** AVL tree structure. */
94,7 → 94,7
* Base is changed to the key of node which is deleted with function
* avltree_delete_min.
*/
uint64_t base;
uint64_t base; /**< POZOR: Base time for inserting new nodes */
};
 
 
/branches/rcu/kernel/generic/src/adt/favl.c
File deleted