OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rwthreads
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/tests/progs/
slapd-mtread.c
102
int
rwthreads
= 0;
variable
211
if ( lutil_atoi( &
rwthreads
, optarg ) != 0 ) {
214
if (
rwthreads
> MAX_THREAD)
215
rwthreads
= MAX_THREAD;
275
snprintf(outstr, BUFSIZ, "Threads: RO: %d RW: %d", threads,
rwthreads
);
285
for ( i = 0; i <
rwthreads
; i++ ) {
297
for ( i = 0; i <
rwthreads
; i++ )
317
for ( i = 0; i <
rwthreads
; i++ ) {
Completed in 46 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026