OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sbamtx
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_sp.c
736
static pthread_mutex_t
sbamtx
;
variable
748
pthread_mutex_lock(&
sbamtx
);
751
pthread_mutex_unlock(&
sbamtx
);
757
pthread_cond_wait(&sbacv, &
sbamtx
);
764
pthread_mutex_unlock(&
sbamtx
);
926
pthread_mutex_lock(&
sbamtx
);
943
pthread_mutex_unlock(&
sbamtx
);
1208
pthread_mutex_init(&
sbamtx
, NULL);
Completed in 172 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026