Lines Matching refs:synch_value
1170 int synch_value; member
1495 wait_threads(&info->synch, info->synch_value); in thread_inheritor_like_mutex()
1549 wait_threads(&info->synch, info->synch_value - 1); in thread_just_inheritor_do_work()
1590 wait_threads(&info->synch, info->synch_value - 2); in thread_steal_work()
1607 wait_threads(&info->synch, info->synch_value - 2); in thread_steal_work()
1682 wait_threads(&info->synch, info->synch_value - 1); in thread_mtx_work()
1717 wait_threads(&info->synch, info->synch_value); in thread_mtx_work()
1786 wait_threads(&info->synch, info->synch_value - 1); in thread_rw_work()
2168 wait_threads(&info->synch, info->synch_value); in thread_use_cache()
2203 wait_threads(&info->synch, info->synch_value); in thread_refcount_reflock()
2263 wait_threads(&info->synch, info->synch_value); in thread_force_reflock()
2305 wait_threads(&info->synch, info->synch_value); in thread_lock_reflock()
2331 info->synch_value = info->head.nthreads; in test_cache_reflock()
2352 info->synch_value = info->head.nthreads; in test_refcount_reflock()
2368 info->synch_value = info->head.nthreads; in test_force_reflock()
2382 info->synch_value = info->head.nthreads; in test_lock_reflock()
2397 info->synch_value = info->head.nthreads; in test_sleep_with_wake_all()
2411 info->synch_value = info->head.nthreads; in test_sleep_with_wake_one()
2431 info->synch_value = info->head.nthreads; in test_change_sleep_inheritor()
2442 info->synch_value = info->head.nthreads; in test_no_inheritor()
2457 info->synch_value = info->head.nthreads; in test_rw_lock()
2469 info->synch_value = info->head.nthreads; in test_mtx_lock()
2595 wait_threads(&info->synch, info->synch_value - 2); in thread_gate_aggressive()
2611 wait_threads(&info->synch, info->synch_value - 2); in thread_gate_aggressive()
2652 wait_threads(&info->synch, info->synch_value - 1); in thread_gate_free()
2689 wait_threads(&info->synch, info->synch_value); in thread_gate_like_mutex()
2739 wait_threads(&info->synch, info->synch_value - 1); in thread_just_one_do_work()
2771 info->synch_value = NUM_THREADS; in test_gate_push()
2788 info->synch_value = NUM_THREADS; in test_gate_handoff()
2810 info->synch_value = NUM_THREADS; in test_gate_steal()
2831 info->synch_value = NUM_THREADS; in test_gate_alloc_free()
2911 int synch_value; member
2954 wait_threads(&info->synch2, info->synch_value); in thread_sleep_gate_chain_work()
2957 wait_threads(&info->synch, info->synch_value - 1); in thread_sleep_gate_chain_work()
3046 wait_threads(&info->synch2, info->synch_value); in thread_gate_chain_work()
3049 wait_threads(&info->synch, info->synch_value - 1); in thread_gate_chain_work()
3102 wait_threads(&info->synch, info->synch_value - 1); in thread_sleep_chain_work()
3158 info->synch_value = info->head.nthreads; in test_sleep_chain()
3169 info->synch_value = info->head.nthreads; in test_gate_chain()
3180 info->synch_value = info->head.nthreads; in test_sleep_gate_chain()