Searched defs:return_arg (Results 1 – 2 of 2) sorted by relevance
36 static int return_arg(void *arg) { return *reinterpret_cast<int *>(arg); } in return_arg() function
39 static void *return_arg(void *arg) { return arg; } in return_arg() function