Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- toolsoftrade/toolsoftrade.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex index 8d54d3a..bfe3c52 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -394,7 +394,7 @@ Figure~\ref{fig:toolsoftrade:Threads Created Via pthread-create() Share Memory} The first argument is a pointer to a \co{pthread_t} in which to store the ID of the thread to be created, the second \co{NULL} argument is a pointer to an optional \co{pthread_attr_t}, the third argument is the function -(in this case, \co{mythread()} +(in this case, \co{mythread()}) that is to be invoked by the new thread, and the last \co{NULL} argument is the argument that will be passed to \co{mythread}. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html