Commit Graph

25 Commits

Author SHA1 Message Date
Sebastian Lackner c34c9b4f39 vcomp: Implement _vcomp_for_static_init. 2015-07-20 06:34:44 +02:00
Sebastian Lackner 6f34d0fe1f vcomp: Implement _vcomp_for_static_simple_init and _vcomp_for_static_end. 2015-07-20 06:34:27 +02:00
Sebastian Lackner bc10d127b4 vcomp: Implement omp_in_parallel and add tests. 2015-07-20 06:34:03 +02:00
Sebastian Lackner c06167b172 vcomp: Fix handling of _vcomp_fork with ifval == FALSE.
Forks with ifval == FALSE do not count as "parallel", so nested forks are
still allowed. Please note that calling _vcomp_fork(FALSE, ...) or directly
calling the callback is still different in some aspects, the synchronization
functions run in a different context for example.
2015-07-20 06:33:47 +02:00
Sebastian Lackner 889eba36e9 vcomp: Allow calls to _vcomp_sections_init outside of parallel environment. 2015-07-20 06:33:33 +02:00
Sebastian Lackner c019ebc82f vcomp: Implement _vcomp_sections_init and _vcomp_sections_next. 2015-07-17 16:12:35 +09:00
Sebastian Lackner e26a9fb4ad vcomp: Implement _vcomp_barrier. 2015-07-17 16:09:04 +09:00
Sebastian Lackner ee34265f8f vcomp: Add multithreaded implementation for _vcomp_fork. 2015-07-17 15:54:57 +09:00
Dan Kegel ad1077f94b vcomp: Implement stub for _vcomp_fork. 2015-07-17 15:42:19 +09:00
Sebastian Lackner f59551c222 vcomp: Implement _vcomp_set_num_threads and omp_get_thread_num. 2015-07-15 15:10:05 +09:00
Sebastian Lackner 800ca050df vcomp: Implement omp_{get,set}_nested. 2015-07-15 15:09:58 +09:00
Sebastian Lackner 4dea3e071d vcomp: Implement omp_get_max_threads and omp_set_num_threads. 2015-07-15 15:09:53 +09:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Dan Kegel c99a19208a vcomp: No-op stubs for _vcomp_single_begin, _vcomp_single_end. 2012-10-16 12:09:03 +02:00
Dan Kegel fd104f83d3 vcomp: No-op stub for _vcomp_barrier. 2012-10-16 12:08:10 +02:00
Dan Kegel d0955b1bd6 vcomp: Better stub for omp_get_thread_num. 2012-10-02 14:08:37 +02:00
Dan Kegel 15b59d75c6 vcomp: Better stubs for omp_get_nested, omp_set_nested. 2012-10-02 14:08:37 +02:00
Dan Kegel d58ade2d42 vcomp: Better stubs for omp_get_dynamic, omp_set_dynamic. 2012-10-02 14:08:37 +02:00
Dan Kegel ed23241733 vcomp: Better stub for omp_get_max_threads. 2012-10-02 14:08:37 +02:00
Dan Kegel 54a10eb1aa vcomp: Better stub for omp_set_num_threads. 2012-10-02 14:08:36 +02:00
Dan Kegel 9ba01e0246 vcomp: Better stub for omp_get_num_threads. 2012-10-02 14:08:36 +02:00
Dan Kegel e45b5f556a vcomp: Better stub for _vcomp_set_num_threads. 2012-09-10 11:47:06 +02:00
Dan Kegel d97d342585 vcomp: Add better stub for omp_get_num_procs. 2012-09-05 21:56:59 +02:00
Dan Kegel 5c988477d4 vcomp: Implement omp_get_wtime. 2012-09-05 21:56:59 +02:00
Austin English dd2159c6e3 vcomp: Add stub dll. 2011-04-11 12:12:22 +02:00