Changeset 14 for trunk/kernel/libk
- Timestamp:
- May 3, 2017, 1:23:24 PM (8 years ago)
- Location:
- trunk/kernel/libk
- Files:
-
- 2 added
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/bits.h
r11 r14 26 26 #define _BITS_H_ 27 27 28 #include < almos_config.h>28 #include <kernel_config.h> 29 29 #include <hal_types.h> 30 30 -
trunk/kernel/libk/elf.c
r1 r14 22 22 */ 23 23 24 #include < almos_config.h>24 #include <kernel_config.h> 25 25 #include <hal_types.h> 26 26 #include <hal_uspace.h> -
trunk/kernel/libk/list.h
r1 r14 26 26 #define _ALMOS_LIST_H_ 27 27 28 #include < almos_config.h>28 #include <kernel_config.h> 29 29 #include <hal_types.h> 30 30 -
trunk/kernel/libk/readlock.c
r1 r14 22 22 */ 23 23 24 #include < almos_config.h>24 #include <kernel_config.h> 25 25 #include <hal_types.h> 26 26 #include <hal_atomic.h> -
trunk/kernel/libk/readlock.h
r1 r14 25 25 #define _READLOCK_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 -
trunk/kernel/libk/remote_barrier.c
r1 r14 42 42 else expected = 0; 43 43 44 // increment count44 // atomically increment current 45 45 uint32_t current = hal_remote_atomic_add( XPTR( cxy , &ptr->current ) , 1 ); 46 46 -
trunk/kernel/libk/remote_barrier.h
r1 r14 25 25 #define _REMOTE_BARRIER_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 -
trunk/kernel/libk/remote_fifo.h
r1 r14 25 25 #define _REMOTE_FIFO_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 #include <errno.h> -
trunk/kernel/libk/remote_rwlock.h
r1 r14 25 25 #define _REMOTE_RWLOCK_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 #include <xlist.h> -
trunk/kernel/libk/remote_spinlock.h
r11 r14 26 26 #define _REMOTE_SPINLOCK_H_ 27 27 28 #include < almos_config.h>28 #include <kernel_config.h> 29 29 #include <hal_types.h> 30 30 #include <xlist.h> -
trunk/kernel/libk/rwlock.c
r1 r14 22 22 */ 23 23 24 #include < almos_config.h>24 #include <kernel_config.h> 25 25 #include <hal_types.h> 26 26 #include <hal_atomic.h> -
trunk/kernel/libk/rwlock.h
r1 r14 25 25 #define _RWLOCK_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 -
trunk/kernel/libk/spinlock.c
r11 r14 23 23 */ 24 24 25 #include < almos_config.h>25 #include <kernel_config.h> 26 26 #include <hal_types.h> 27 27 #include <hal_atomic.h> -
trunk/kernel/libk/spinlock.h
r11 r14 26 26 #define _SPINLOCK_H_ 27 27 28 #include < almos_config.h>28 #include <kernel_config.h> 29 29 #include <hal_types.h> 30 30 #include <list.h> -
trunk/kernel/libk/xhtab.c
r1 r14 22 22 */ 23 23 24 #include < almos_config.h>24 #include <kernel_config.h> 25 25 #include <hal_types.h> 26 26 #include <hal_special.h> -
trunk/kernel/libk/xhtab.h
r1 r14 25 25 #define _XHTAB_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 #include <remote_rwlock.h> -
trunk/kernel/libk/xlist.h
r1 r14 25 25 #define _ALMOS_XLIST_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 #include <hal_remote.h>
Note: See TracChangeset
for help on using the changeset viewer.