Searched refs:pmc_threadfreelist_mtx (Results 1 – 1 of 1) sorted by relevance
176 static struct mtx pmc_threadfreelist_mtx; /* spin mutex */ variable2344 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_alloc()2349 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_alloc()2367 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free()2372 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free()2388 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free_task()2396 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free_task()5741 mtx_init(&pmc_threadfreelist_mtx, "pmc-threadfreelist", "pmc-leaf", in pmc_initialize()5845 mtx_destroy(&pmc_threadfreelist_mtx); in pmc_cleanup()