mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
live: cleanup
This commit is contained in:
@ -401,3 +401,10 @@ fn C.WaitForSingleObject(voidptr, int) int
|
||||
|
||||
|
||||
fn C.ReleaseMutex(voidptr) bool
|
||||
|
||||
// pthread.h
|
||||
|
||||
fn C.pthread_mutex_init(voidptr, voidptr) int
|
||||
fn C.pthread_mutex_lock(voidptr) int
|
||||
fn C.pthread_mutex_unlock(voidptr) int
|
||||
|
||||
|
Reference in New Issue
Block a user