Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c113 static kmutex_t task_commit_lock; /* protects list pointers and cv */ variable
460 mutex_enter(&task_commit_lock); in task_rele()
468 mutex_exit(&task_commit_lock); in task_rele()
1092 mutex_init(&task_commit_lock, NULL, MUTEX_DEFAULT, NULL); in task_commit_thread_init()
1106 CALLB_CPR_INIT(&cprinfo, &task_commit_lock, callb_generic_cpr, in task_commit()
1109 mutex_enter(&task_commit_lock); in task_commit()
1114 cv_wait(&task_commit_cv, &task_commit_lock); in task_commit()
1115 CALLB_CPR_SAFE_END(&cprinfo, &task_commit_lock); in task_commit()
1124 mutex_exit(&task_commit_lock); in task_commit()
1126 mutex_enter(&task_commit_lock); in task_commit()