Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/src/hpc/
H A Dthreadapi.c57 RequireArgumentCondition(funcname, op, TNUM_OBJ(op) == T_SEMAPHORE, \
1525 semBag = NewBag(T_SEMAPHORE, sizeof(Semaphore)); in CreateSemaphore()
2542 { T_SEMAPHORE, "semaphore" },
2677 TypeObjFuncs[T_SEMAPHORE] = TypeSemaphore; in InitKernel()
2698 InitMarkFuncBags(T_SEMAPHORE, MarkSemaphoreBag); in InitKernel()
2710 PrintObjFuncs[T_SEMAPHORE] = PrintSemaphore; in InitKernel()
2718 IsMutableObjFuncs[T_SEMAPHORE] = AlwaysYes; in InitKernel()
2726 MakeBagTypePublic(T_SEMAPHORE); in InitKernel()
/dports/math/gap/gap-4.11.0/src/
H A Dobjects.h264 T_SEMAPHORE, enumerator
H A Dobjects.c2332 ExportAsConstantGVar(T_SEMAPHORE); in InitLibrary()