Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleaning the actor twice seems somewhat overplayed
[simgrid.git] / src / internal_config.h.in
index c32f594..8541070 100644 (file)
 #cmakedefine01 HAVE_UCONTEXT_CONTEXTS
 
 /* Variables for the thread contexts (and parallel mode of raw contexts) */
 #cmakedefine01 HAVE_UCONTEXT_CONTEXTS
 
 /* Variables for the thread contexts (and parallel mode of raw contexts) */
-/* Does not seems defined on Mac nor Windows */
+/* pthread_setaffinity_np() is Linux and FreeBSD but not on Mac nor Windows */
 #cmakedefine01 HAVE_PTHREAD_SETAFFINITY
 #cmakedefine01 HAVE_PTHREAD_SETAFFINITY
+/* pthread_setaffinity_np() defined in pthread_np.h on FreeBSD but not Linux */
+#cmakedefine01 HAVE_PTHREAD_NP_H
 
 /* Variables for the raw contexts (to select the right assembly code) */
 #cmakedefine01 SIMGRID_PROCESSOR_i686
 
 /* Variables for the raw contexts (to select the right assembly code) */
 #cmakedefine01 SIMGRID_PROCESSOR_i686