Files
semi-libc/src/internal
Rich Felker 819006a88b add pthread_attr_setstack interface (and get)
i originally omitted these (optional, per POSIX) interfaces because i
considered them backwards implementation details. however, someone
later brought to my attention a fairly legitimate use case: allocating
thread stacks in memory that's setup for sharing and/or fast transfer
between CPU and GPU so that the thread can move data to a GPU directly
from automatic-storage buffers without having to go through additional
buffer copies.

perhaps there are other situations in which these interfaces are
useful too.
2012-06-09 19:53:29 -04:00
..
2011-09-18 16:44:54 -04:00
2011-08-02 21:11:36 -04:00
2012-05-31 23:12:31 -04:00
2011-02-12 00:22:29 -05:00
2012-03-13 01:17:53 -04:00
2012-04-16 15:36:18 -04:00
2011-03-19 18:51:42 -04:00