Files
herolib/vdocs/sync.md
2025-02-07 12:07:32 +03:00

4.4 KiB

module sync

Contents

channel_select

[Return to contents]

new_channel

[Return to contents]

new_many_times

[Return to contents]

new_mutex

[Return to contents]

new_once

[Return to contents]

new_rwmutex

[Return to contents]

new_semaphore

[Return to contents]

new_semaphore_init

[Return to contents]

new_waitgroup

[Return to contents]

thread_id

[Return to contents]

Direction

[Return to contents]

C.atomic_uintptr_t

[Return to contents]

C.pthread_cond_t

[Return to contents]

C.pthread_condattr_t

[Return to contents]

C.pthread_mutex_t

[Return to contents]

C.pthread_rwlock_t

[Return to contents]

C.pthread_rwlockattr_t

[Return to contents]

C.sem_t

[Return to contents]

Channel

[Return to contents]

auto_str

[Return to contents]

close

[Return to contents]

len

[Return to contents]

closed

[Return to contents]

push

[Return to contents]

try_push

[Return to contents]

pop

[Return to contents]

try_pop

[Return to contents]

ManyTimes

[Return to contents]

do

[Return to contents]

Mutex

[Return to contents]

destroy

[Return to contents]

init

[Return to contents]

lock

[Return to contents]

str

[Return to contents]

try_lock

[Return to contents]

unlock

[Return to contents]

Once

[Return to contents]

do

[Return to contents]

do_with_param

[Return to contents]

RwMutex

[Return to contents]

destroy

[Return to contents]

init

[Return to contents]

lock

[Return to contents]

rlock

[Return to contents]

runlock

[Return to contents]

str

[Return to contents]

try_rlock

[Return to contents]

try_wlock

[Return to contents]

unlock

[Return to contents]

Semaphore

[Return to contents]

init

[Return to contents]

post

[Return to contents]

wait

[Return to contents]

try_wait

[Return to contents]

timed_wait

[Return to contents]

destroy

[Return to contents]

WaitGroup

[Return to contents]

init

[Return to contents]

add

[Return to contents]

done

[Return to contents]

wait

[Return to contents]

Powered by vdoc. Generated on: 7 Feb 2025 12:06:55