summaryrefslogtreecommitdiffstats
path: root/src/pmdk/utils/os-banned
blob: 57d162551cfb4dac0c246c2833a0c26b5cf921f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
pthread_once
pthread_key_create
pthread_key_delete
pthread_setspecific
pthread_getspecific
pthread_mutex_init
pthread_mutex_destroy
pthread_mutex_lock
pthread_mutex_trylock
pthread_mutex_unlock
pthread_mutex_timedlock
pthread_rwlock_init
pthread_rwlock_destroy
pthread_rwlock_rdlock
pthread_rwlock_wrlock
pthread_rwlock_tryrdlock
pthread_rwlock_trywrlock
pthread_rwlock_unlock
pthread_rwlock_timedrdlock
pthread_rwlock_timedwrlock
pthread_spin_init
pthread_spin_destroy
pthread_spin_lock
pthread_spin_unlock
pthread_spin_trylock
pthread_cond_init
pthread_cond_destroy
pthread_cond_broadcast
pthread_cond_signal
pthread_cond_timedwait
pthread_cond_wait
pthread_create
pthread_join
cpu_zero
cpu_set
pthread_setaffinity_np
pthread_atfork
sem_init
sem_destroy
sem_wait
sem_trywait
sem_post
fsync
fsync_dir
open
stat
unlink
access
fopen
fdopen
chmod
mkstemp
posix_fallocate
ftruncate
flock
writev
clock_gettime
rand_r
unsetenv
setenv
getenv
strsignal
execv