I dont know, maybe:


thread function_name(1,2,3,4); //4 argument - excess
function_name(arg1,arg2,arg3)
{
/* ... */
/* code */
/* ... */
}