aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/sync/ya.make
blob: a647bbc28af077fea1392bf41c31d3bd951239d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GO_LIBRARY()
IF (TRUE)
    SRCS(
        cond.go
        map.go
        mutex.go
        once.go
        oncefunc.go
        pool.go
        poolqueue.go
        runtime.go
        runtime2.go
        rwmutex.go
        waitgroup.go
    )
ENDIF()
END()