aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/docgen/threads.yaml
blob: 83db0992dc45da0be566d31587e848ceb39ab31a (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
functions:
  call_once:
    c-definition: 7.28.2.1
    in-latest-posix: ''
  cnd_broadcast:
    c-definition: 7.28.3.1
    in-latest-posix: ''
  cnd_destroy:
    c-definition: 7.28.3.2
    in-latest-posix: ''
  cnd_init:
    c-definition: 7.28.3.3
    in-latest-posix: ''
  cnd_signal:
    c-definition: 7.28.3.4
    in-latest-posix: ''
  cnd_timedwait:
    c-definition: 7.28.3.5
    in-latest-posix: ''
  cnd_wait:
    c-definition: 7.28.3.6
    in-latest-posix: ''
  mtx_destroy:
    c-definition: 7.28.4.2
    in-latest-posix: ''
  mtx_init:
    c-definition: 7.28.4.3
    in-latest-posix: ''
  mtx_lock:
    c-definition: 7.28.4.4
    in-latest-posix: ''
  mtx_timedlock:
    c-definition: 7.28.4.5
    in-latest-posix: ''
  mtx_trylock:
    c-definition: 7.28.4.6
    in-latest-posix: ''
  mtx_unlock:
    c-definition: 7.28.4.7
    in-latest-posix: ''
  thrd_create:
    c-definition: 7.28.5.1
    in-latest-posix: ''
  thrd_current:
    c-definition: 7.28.5.2
    in-latest-posix: ''
  thrd_detach:
    c-definition: 7.28.5.3
    in-latest-posix: ''
  thrd_equal:
    c-definition: 7.28.5.4
    in-latest-posix: ''
  thrd_exit:
    c-definition: 7.28.5.5
    in-latest-posix: ''
  thrd_join:
    c-definition: 7.28.5.6
    in-latest-posix: ''
  thrd_sleep:
    c-definition: 7.28.5.7
    in-latest-posix: ''
  thrd_yield:
    c-definition: 7.28.5.8
    in-latest-posix: ''
  tss_create:
    c-definition: 7.28.6.1
    in-latest-posix: ''
  tss_delete:
    c-definition: 7.28.6.2
    in-latest-posix: ''
  tss_get:
    c-definition: 7.28.6.3
    in-latest-posix: ''
  tss_set:
    c-definition: 7.28.6.4
    in-latest-posix: ''
macros:
  ONCE_FLAG_INIT:
    c-definition: 7.28.1
    in-latest-posix: ''
  TSS_DTOR_ITERATIONS:
    c-definition: 7.28.1
    in-latest-posix: ''
  __STDC_NO_THREADS__:
    c-definition: 7.28.1
  thread_local:
    in-latest-posix: ''