Searched refs:PP_CreateThread (Results 1 – 3 of 3) sorted by relevance
48 PP_INLINE bool PP_CreateThread(PP_Thread* thread,72 PP_INLINE bool PP_CreateThread(PP_Thread* thread, in PP_CreateThread() function98 PP_INLINE bool PP_CreateThread(PP_Thread* thread, in PP_CreateThread() function
255 PP_CreateThread(&thread, thread_func, thread_param); in RunOnThreadInternal()
876 PP_CreateThread(&threads[i], &InvokePostMessageThreadFunc, arg); in TestNonMainThread()