aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/hashtbl.h
Commit message (Collapse)AuthorAgeFilesLines
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-041-0/+5
| | | | | | | | Threads may now communicate via wait_on(void* ressource) and resume_on (void* ressource). Previous pause() is replaced by wait_on(current_thread) and resume(thread) by resume_on(thread). wait_on(x) may return false, indicating that the reason for returning is NOT that resume_on(x) was called but something else happenned. Typically false indicates that the curent thread is being killed and must terminate its kernel-land processing as soon as possible.
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-141-23/+11
|
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-3/+8
|
* Work on nullfsAlex Auvolat2015-02-091-6/+6
|
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-091-3/+6
|
* Reorganize all.Alex Auvolat2015-02-091-0/+34