|
@@ -152,7 +152,7 @@ This function initializes the thread attributes object pointed to by
|
|
|
\p attr with default attribute values.
|
|
|
|
|
|
It does not do anything when the simulated performance mode is enabled
|
|
|
-(\ref SimulatedPerformance).
|
|
|
+(\ref SimGridSupport).
|
|
|
|
|
|
\fn int starpu_pthread_attr_destroy(starpu_pthread_attr_t *attr)
|
|
|
\ingroup API_Threads
|
|
@@ -161,7 +161,7 @@ required. Destroying a thread attributes object has no effect on
|
|
|
threads that were created using that object.
|
|
|
|
|
|
It does not do anything when the simulated performance mode is enabled
|
|
|
-(\ref SimulatedPerformance).
|
|
|
+(\ref SimGridSupport).
|
|
|
|
|
|
\fn int starpu_pthread_attr_setdetachstate(starpu_pthread_attr_t *attr, int detachstate)
|
|
|
\ingroup API_Threads
|
|
@@ -172,7 +172,7 @@ created using the thread attributes object \p attr will be created in
|
|
|
a joinable or a detached state.
|
|
|
|
|
|
It does not do anything when the simulated performance mode is enabled
|
|
|
-(\ref SimulatedPerformance).
|
|
|
+(\ref SimGridSupport).
|
|
|
|
|
|
\fn int starpu_pthread_mutex_init(starpu_pthread_mutex_t *mutex, const starpu_pthread_mutexattr_t *mutexattr)
|
|
|
\ingroup API_Threads
|