Revision: 55019
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55019&view=rev
Author:   brlcad
Date:     2013-04-03 05:14:34 +0000 (Wed, 03 Apr 2013)
Log Message:
-----------
plan is to turn thread affinity on for all bu_parallel()-invoked threads, so no 
need to request it explicitly

Modified Paths:
--------------
    brlcad/trunk/src/adrt/librender/camera.c

Modified: brlcad/trunk/src/adrt/librender/camera.c
===================================================================
--- brlcad/trunk/src/adrt/librender/camera.c    2013-04-03 05:11:55 UTC (rev 
55018)
+++ brlcad/trunk/src/adrt/librender/camera.c    2013-04-03 05:14:34 UTC (rev 
55019)
@@ -39,9 +39,6 @@
 #define TIE_SEM_LAST (TIE_SEM_WORKER+1)
 
 
-/* from libbu/affinity.c, not QUITE public yet */
-extern int parallel_set_affinity(void);
-
 struct render_shader_s {
        const char *name;
        int (*init)(render_t *, const char *);
@@ -415,12 +412,6 @@
     struct tie_ray_s ray;
     fastf_t view_inv;
 
-    /* don't bind thread to proc on windows, this function isn't exported from
-     * libbu yet and causes dll link issues. */
-#ifndef _WIN32
-    parallel_set_affinity();
-#endif
-
     VSETALL(v1, 0);
 
     td = (render_camera_thread_data_t *)ptr;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to