diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-12-26 21:51:53 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-12-26 21:51:53 +0000 |
| commit | fc6f0665bae406f564e6eb6e1deea849d368a708 (patch) | |
| tree | 9aa9d3ead883cd53debbe3b797be106429bd9ba6 /lib/libstdthreads/Symbol.map | |
| parent | d015e7e4d20fff1404cbed082c2afdc76378950b (diff) | |
Notes
Diffstat (limited to 'lib/libstdthreads/Symbol.map')
| -rw-r--r-- | lib/libstdthreads/Symbol.map | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/libstdthreads/Symbol.map b/lib/libstdthreads/Symbol.map new file mode 100644 index 000000000000..0fe6eacda4e4 --- /dev/null +++ b/lib/libstdthreads/Symbol.map @@ -0,0 +1,31 @@ +/* + * $FreeBSD$ + */ + +FBSD_1.3 { + call_once; + cnd_broadcast; + cnd_destroy; + cnd_init; + cnd_signal; + cnd_timedwait; + cnd_wait; + mtx_destroy; + mtx_init; + mtx_lock; + mtx_timedlock; + mtx_trylock; + mtx_unlock; + thrd_create; + thrd_current; + thrd_detach; + thrd_equal; + thrd_exit; + thrd_join; + thrd_sleep; + thrd_yield; + tss_create; + tss_delete; + tss_get; + tss_set; +}; |
