Searched refs:N_SEARCH (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c38 #define N_SEARCH (N_PROC/3) /* #concurrent searchers */ macro
40 #define N_PROCESS (N_INSERT+N_DELETE+N_SEARCH)
518 pid_t wpid[N_INSERT+N_DELETE+N_SEARCH], ppid, pid;
604 for(i = 0; i < N_SEARCH; ++i) /* start searchers */
618 if(o->srch != N_SEARCH)
644 type, N_INSERT*W_EXTENT, N_INSERT, N_DELETE, N_SEARCH);

Completed in 11 milliseconds