Lines Matching defs:value
42 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \
44 (uintptr_t)(value))
140 // bpo-42882: Preserve next_index value if Py_Initialize()/Py_Finalize()
1028 previous value. It is more likely with daemon threads, but it can
1329 /* Tricky: we need to decref the current value
1506 value may change immediately after comparison, as it can't
1508 * If equal, then the current thread holds the lock, so the value can't
1714 to modify this value
1743 assert(tstate->gilstate_counter >= 0); /* illegal counter value */
2066 Py_ssize_t value = PyLong_AsSsize_t(obj);
2067 if (value == -1 && PyErr_Occurred()) {
2073 data->data = (void *)value;