gitlab.com/CoiaPrant/sqlite3@v1.19.1/internal/libc2/capi_freebsd_arm64.go (about)

     1  // Copyright 2021 The Sqlite Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package libc2 // import "gitlab.com/CoiaPrant/sqlite3/internal/libc2"
     6  
     7  var CAPI = map[string]struct{}{
     8  	"pthread_cond_broadcast": {},
     9  	"pthread_cond_destroy":   {},
    10  	"pthread_cond_init":      {},
    11  	"pthread_cond_signal":    {},
    12  	"pthread_cond_wait":      {},
    13  	"pthread_create":         {},
    14  	"pthread_detach":         {},
    15  	"pthread_mutex_destroy":  {},
    16  	"pthread_mutex_init":     {},
    17  	"pthread_mutex_lock":     {},
    18  	"pthread_mutex_trylock":  {},
    19  	"pthread_mutex_unlock":   {},
    20  	"sched_yield":            {},
    21  }