Searched refs:PP_ERROR_WRONG_THREAD (Results 1 – 9 of 9) sorted by relevance
142 PP_ERROR_WRONG_THREAD = -52, enumerator
106 return PP_ERROR_WRONG_THREAD; in Run()138 return PP_ERROR_WRONG_THREAD; in PostQuit()
113 *error = PP_ERROR_WRONG_THREAD; in Create()151 *error = PP_ERROR_WRONG_THREAD; in CreateDeprecated()
94 case PP_ERROR_WRONG_THREAD: return EPERM; in PPErrorToErrno()
48 ASSERT_EQ(PP_ERROR_WRONG_THREAD, loop.Run()); in TestBasics()
236 ASSERT_EQ(PP_ERROR_WRONG_THREAD, result); in TestRegisterErrorConditions()
172 * - PP_ERROR_WRONG_THREAD: The current thread type can not have a message193 * - PP_ERROR_WRONG_THREAD: You are attempting to run a message loop that266 * - PP_ERROR_WRONG_THREAD: You are attempting to quit the main thread.
96 * RegisterMessageHandler will return PP_ERROR_WRONG_THREAD in that case.
142 PP_ERROR_WRONG_THREAD = -52,