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

/ast/src/cmd/tests/aso/
H A Dtlock.c45 int lckv, k, aso; local
58 aso = asocaschar(lck, Pnum, 0);
60 aso = asocasshort(lck, Pnum, 0);
61 else aso = asocasint(lck, Pnum, 0);
62 if(aso != Pnum) /* CAS failed! */
64 Pnum, Pid[Pnum], aso);
71 aso = asocaschar(lck, 0, Pnum);
73 aso = asocasshort(lck, 0, Pnum);
74 else aso = asocasint(lck, 0, Pnum);
76 if(aso
[all...]
/ast/src/lib/libast/astsa/
H A Daso.c24 #include <aso.h>
/ast/src/cmd/tests/cdt/
H A Dtvsafehash.c149 static pid_t makeprocess(char* proc, int num, char* aso) argument
164 if (aso)
165 argv[i++] = aso;
232 char *aso; local
237 aso = taso(ASO_PROCESS);
250 tinfo("\tParent[pid=%d]: initializing shared dictionaries for %s", ppid, aso);
282 if((cpid[p] = makeprocess(argv[0], p, aso)) < 0 )
H A Dtvsaferehash.c151 static pid_t makeprocess(char* proc, int num, char* aso) argument
166 if (aso)
167 argv[i++] = aso;
234 char *aso; local
239 aso = taso(ASO_PROCESS);
284 if((cpid[p] = makeprocess(argv[0], p, aso)) < 0 )
H A Dtvsafetree.c148 static pid_t makeprocess(char* proc, int num, char* aso) argument
163 if (aso)
164 argv[i++] = aso;
231 char *aso; local
236 aso = taso(ASO_PROCESS);
281 if((cpid[p] = makeprocess(argv[0], p, aso)) < 0 )
H A Dtvsharemem.c238 static pid_t makeprocess(char* proc, char* type, char* actor, int num, char* aso) argument
253 if (aso)
254 argv[i++] = aso;
526 char *aso, *a, *cmd, *store, *type; local
529 aso = taso(ASO_PROCESS);
597 if((wpid[p++] = makeprocess(cmd, type, "inserter", i, aso)) < 0 )
601 if((wpid[p++] = makeprocess(cmd, type, "deleter", i, aso)) < 0 )
605 if((wpid[p++] = makeprocess(cmd, type, "searcher", i, aso)) < 0 )
/ast/src/lib/libtaso/
H A Dtaso.c26 #include <aso.h>
/ast/src/lib/libast/
H A DMakefile17 .SOURCE : aso cdt comp dir disc hash man misc obsolete path port preroot \
39 bytesex.h endian.h fnmatch.h magicid.h fnv.h aso.h \
56 LIBAST.3 aso.3 ast.3 astsa.3 cdt.3 chr.3 compat.3 error.3 \
197 /* aso */ \
198 aso.c asolock.c asometh.c asorelax.c aso-sem.c aso-fcntl.c \
326 FEATURE/param - FEATURE/aso - \
347 .check.lib : .AFTER astmath.exe FEATURE/aso
/ast/src/lib/libast/cdt/
H A Dcdtlib.h39 #include <aso.h>
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h82 #include <aso.h> /* atomic scalor operations */
/ast/src/lib/libast/aso/
H A Daso.c25 #include "FEATURE/aso"
29 NoN(aso)

Completed in 39 milliseconds