Searched defs:curthread (Results 1 - 4 of 4) sorted by relevance
| /src/sys/arch/hppa/include/ | ||
| H A D | mutex.h | 162 MUTEX_ACQUIRE(struct kmutex *mtx, uintptr_t curthread) argument |
| /src/sys/kern/ | ||
| H A D | kern_runq.c | 118 struct lwp *curthread; variable in typeref:struct:lwp * |
| H A D | kern_rwlock.c | 285 uintptr_t owner, incr, need_wait, set_wait, curthread, next; local in function:rw_vector_enter 439 uintptr_t curthread, owner, decr, newown, next; local in function:rw_vector_exit 552 uintptr_t curthread, owner, incr, need_wait, next; local in function:rw_vector_tryenter 694 uintptr_t owner, curthread, newown, next; local in function:rw_tryupgrade [all...] |
| H A D | kern_mutex.c | 231 MUTEX_ACQUIRE(kmutex_t *mtx, uintptr_t curthread) argument 452 uintptr_t owner, curthread; local in function:mutex_vector_enter 719 uintptr_t curthread; local in function:mutex_vector_exit 875 uintptr_t curthread; local in function:mutex_tryenter [all...] |
Completed in 7 milliseconds