Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dperf.c145 sync_method; variable
251 if (sync_method == sync_signal) in thread_function()
356 if (sync_method == sync_join) in main()
391 if (sync_method == sync_signal) in main()
413 if (sync_method != sync_join) in main()
416 if (sync_method == sync_signal) in main()
592 sync_method = sync_signal; in parse_opt()
596 sync_method = sync_join; in parse_opt()
607 sync_method = sync_join; in parse_opt()