Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dturnstiles_test.c113 chain_locking(void* args) in chain_locking() function
360 pthread_create(&threads[0], NULL, chain_locking, (void *)&data[0]); in test4()
370 pthread_create(&threads[1], NULL, chain_locking, (void *)&data[1]); in test4()
380 pthread_create(&threads[2], NULL, chain_locking, (void *)&data[2]); in test4()
390 pthread_create(&threads[3], NULL, chain_locking, (void *)&data[3]); in test4()
400 pthread_create(&threads[4], NULL, chain_locking, (void *)&data[4]); in test4()
431 pthread_create(&threads[0], NULL, chain_locking, (void *)&data[0]); in test5()
441 pthread_create(&threads[1], NULL, chain_locking, (void *)&data[1]); in test5()
451 pthread_create(&threads[2], NULL, chain_locking, (void *)&data[2]); in test5()
461 pthread_create(&threads[3], NULL, chain_locking, (void *)&data[3]); in test5()
[all …]