1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/pthread
BytesGalore f4a994ac89 Merge pull request #1076 from BytesGalore/remove_return_from_noreturn_function
sys:posix:pthread removed explicit `return;` from `pthread_exit()`
2014-04-30 07:50:32 +02:00
..
include add pthread condition variable implementation 2014-04-29 18:39:03 +02:00
Makefile Add include paths automatocally for USEMODULES 2014-03-29 16:27:55 +01:00
pthread_attr.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_barrier.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_barrierattr.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_cond.c add pthread condition variable implementation 2014-04-29 18:39:03 +02:00
pthread_mutex_attr.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_mutex.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_once.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_rwlock_attr.c pthread: implement reader/writer lock 2014-04-18 16:20:47 +02:00
pthread_rwlock.c Add pthread_rwlock test 2014-04-18 16:26:12 +02:00
pthread_spin.c pthread: fix spinlock 2014-04-18 03:19:31 +02:00
pthread.c added else branch in pthread_exit() to avoid calling explicit return; 2014-04-30 07:22:48 +02:00