Lines Matching defs:callback
3073 /* Start a new thread with our callback. */
3075 /* Make the callback with the thread lock held by this thread */
4513 PyObject *callback;
4528 res = PyObject_CallNoArgs(test_c_thread->callback);
4529 Py_CLEAR(test_c_thread->callback);
4550 PyObject *callback = NULL;
4553 if (!PyArg_ParseTuple(args, "O|i", &callback, &wait))
4560 test_c_thread.callback = NULL;
4566 test_c_thread.callback = Py_NewRef(callback);
4594 Py_CLEAR(test_c_thread.callback);
4613 Py_CLEAR(test_c_thread.callback);