Home
last modified time | relevance | path

Searched refs:t_result (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/regression/
Dmalloc-multi-thread-performance.c65 int t_result[THREAD_MAX_N] = {0}; in main() local
78 t_result[i] = i; in main()
79 ret = pthread_create(&tids[i], &attr, func, &t_result[i]); in main()
/third_party/python/Lib/
D_collections_abc.py432 t_args, t_result = args
434 args = (*t_args, t_result)
507 t_result = new_args[-1]
509 new_args = (t_args, t_result)