Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dlockf_basic.c179 start_lock_thread(enum lock_type type, lock_thread_state_t *lts, in start_lock_thread() function
453start_lock_thread(TYPE_OFD, &lts[0], a, 290, 20, EXCL | WAIT); /* Wait on this lock in another thr…
601 start_lock_thread(TYPE_OFD, &lts[0], a, 0, 100, WAIT);
602 start_lock_thread(TYPE_OFD, &lts[1], a, 200, 100, WAIT);
603 start_lock_thread(TYPE_OFD, &lts[2], a, 400, 200, WAIT);
604 start_lock_thread(TYPE_OFD, &lts[3], a, 50, 400, WAIT);
695 start_lock_thread(TYPE_FLOCK, &lts[0], a_confined, 0, 0, EXCL | WAIT);
696 start_lock_thread(TYPE_POSIX, &lts[1], a_confined, 0, 0, EXCL | WAIT);
697 start_lock_thread(TYPE_OFD, &lts[2], a_confined, 0, 0, EXCL | WAIT);