Searched refs:syslwp_park (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 159 int syslwp_park(int, uintptr_t, uintptr_t); 532 /* 77 */ SYSENT_CI("lwp_park", syslwp_park, 3), 901 /* 77 */ SYSENT_CI("lwp_park", syslwp_park, 3),
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwpsys.c | 591 syslwp_park(int which, uintptr_t arg1, uintptr_t arg2) function 612 * to change calls to syslwp_park(1, tid, 0) to 613 * syslwp_park(3, tid). 624 * to change calls to syslwp_park(0, ts, tid) to 625 * syslwp_park(4, ts, tid).
|
Completed in 396 milliseconds