PFUNC 1.0
File List
Here is a list of all files with brief descriptions:
lib/pfunc_c.cpp
lib/pfunc_pack.cppImplements pfunc_pack and pfunc_unpack functions
pfunc/attribute.hpp [code]Implementation of PFUNC -- A Task Parallel API
pfunc/barrier.hpp [code]Implementation of PFUNC mutex
pfunc/cilk.hpp [code]
pfunc/cond.hpp [code]Implementation of PFUNC Condition Variable
pfunc/config.h [code]
pfunc/environ.hpp [code]
pfunc/event.hpp [code]Implementation of Events for PFUNC -- A Task Parallel API
pfunc/exception.hpp [code]Implementation of exceptions
pfunc/fifo.hpp [code]
pfunc/futex.h [code]
pfunc/generator.hpp [code]
pfunc/group.hpp [code]Implementation of groups for PFUNC -- A Task Parallel API
pfunc/lifo.hpp [code]
pfunc/mutex.hpp [code]Implementation of PFUNC mutex
pfunc/no_copy.hpp [code]
pfunc/parallel_for.hpp [code]
pfunc/parallel_reduce.hpp [code]
pfunc/parallel_while.hpp [code]
pfunc/perf.hpp [code]
pfunc/pfunc.h [code]
pfunc/pfunc.hpp [code]Implementation of PFUNC -- A Task Parallel API
pfunc/pfunc_atomics.h [code]Implements atomic operations on PODs
pfunc/pfunc_common.h [code]Implementation of PFUNC -- Contains the common codes
pfunc/predicate.hpp [code]
pfunc/prio.hpp [code]
pfunc/space_1D.hpp [code]
pfunc/task.hpp [code]Implementation of task For PFUNC -- A Task Parallel API
pfunc/task_queue_set.hpp [code]
pfunc/taskmgr.hpp [code]Implementation of Main Object For PFUNC -- A Task Parallel API
pfunc/thread.hpp [code]Implementation of portable threads for PFUNC -- A Task Parallel API
pfunc/trampolines.hpp [code]Implementation of Trampoline Functions For PFUNC
pfunc/utility.h [code]