Searched defs:posix_thread_arg (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dpp_thread.h64 PP_INLINE void* PP_POSIXThreadFunctionThunk(void* posix_thread_arg) { argument
66 (PP_ThreadFunctionArgWrapper*)posix_thread_arg;
68 free(posix_thread_arg);

Completed in 84 milliseconds