Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c27 int spawner = 0; variable
93 if (root_id == spawner) { in thread_func()
94 … thread (pid=%d, tid=%d, spawner=%d) reached thread_func (will call OpenMP)\n", pid, tid, spawner); in thread_func()
177 spawner = atoi(argv[3]); in main()