Home
last modified time | relevance | path

Searched refs:token_new (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/tests/
Dgwakeuptest.c178 token_new (int ttl) in token_new() function
241 dispatch_token (token_new (TOKEN_TTL)); in test_threaded()
/third_party/python/Python/
Dcontext.c57 token_new(PyContext *ctx, PyContextVar *var, PyObject *val);
282 PyContextToken *tok = token_new(ctx, var, old_val); in PyContextVar_Set()
1216 token_new(PyContext *ctx, PyContextVar *var, PyObject *val) in token_new() function
/third_party/python/Lib/test/
Dtest_abc.py328 token_new = abc_get_cache_token()
329 self.assertGreater(token_new, token_old)