Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#33 fixed Add support for pthread_key_* functions Nicolas Pouillon becoulet
Description

This needs gpct pools.

#35 fixed remove volatile, add barrier becoulet becoulet
Description

We should remove and discourage use of volatile attribute as it doesn't enforce compiler and cpu access ordering and is often misused. Something like #define volatile volatile attribute((deprecated)) could help.

We should add a hexo/ordering.h header file with compiler and processor/platform barrier primitives.

#36 fixed replace __sync_bool_compare_and_swap by asm code Nicolas Pouillon becoulet
Description

in cpu/{ppc,arm,mips}/include/cpu/hexo/atomic.h

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.