Searched refs:user_function (Results 1 – 4 of 4) sorted by relevance
61 PP_ThreadFunction* user_function; member67 arg_wrapper->user_function(arg_wrapper->user_data); in PP_POSIXThreadFunctionThunk()77 arg_wrapper->user_function = function; in PP_CreateThread()
9 int user_function(int a);
576 void (*user_function)(void*); member582 state->user_function(state->arg); in StartThreadWrapper()590 state->user_function = function; in StartThread()
559 let fn = define_function "user_function" ty m in