Searched refs:start_lock_thread (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tests/ |
| H A D | lockf_basic.c | 179 start_lock_thread(enum lock_type type, lock_thread_state_t *lts, in start_lock_thread() function 453 …start_lock_thread(TYPE_OFD, <s[0], a, 290, 20, EXCL | WAIT); /* Wait on this lock in another thr… 601 start_lock_thread(TYPE_OFD, <s[0], a, 0, 100, WAIT); 602 start_lock_thread(TYPE_OFD, <s[1], a, 200, 100, WAIT); 603 start_lock_thread(TYPE_OFD, <s[2], a, 400, 200, WAIT); 604 start_lock_thread(TYPE_OFD, <s[3], a, 50, 400, WAIT); 695 start_lock_thread(TYPE_FLOCK, <s[0], a_confined, 0, 0, EXCL | WAIT); 696 start_lock_thread(TYPE_POSIX, <s[1], a_confined, 0, 0, EXCL | WAIT); 697 start_lock_thread(TYPE_OFD, <s[2], a_confined, 0, 0, EXCL | WAIT);
|