-
- Downloads
Merge pull request #4557 from kaspar030/introduce_intrusive_singly_linked_list
core: mutex: several optimizations
No related branches found
No related tags found
Showing
- core/include/list.h 77 additions, 0 deletionscore/include/list.h
- core/include/mutex.h 32 additions, 16 deletionscore/include/mutex.h
- core/include/thread.h 16 additions, 0 deletionscore/include/thread.h
- core/mutex.c 57 additions, 57 deletionscore/mutex.c
- core/thread.c 20 additions, 0 deletionscore/thread.c
- sys/cpp11-compat/include/riot/mutex.hpp 1 addition, 1 deletionsys/cpp11-compat/include/riot/mutex.hpp
- sys/posix/pthread/include/pthread_cond.h 3 additions, 2 deletionssys/posix/pthread/include/pthread_cond.h
- sys/posix/pthread/pthread.c 1 addition, 1 deletionsys/posix/pthread/pthread.c
- sys/posix/pthread/pthread_cond.c 2 additions, 2 deletionssys/posix/pthread/pthread_cond.c
- sys/posix/pthread/pthread_tls.c 1 addition, 1 deletionsys/posix/pthread/pthread_tls.c
Loading
Please register or sign in to comment