about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt9
-rw-r--r--src/wrapped/generated/wrappedlibpthreadtypes.h9
2 files changed, 18 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index e6566da1..f7a44172 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -4796,8 +4796,11 @@ wrappedlibpthread:
   - pthread_barrierattr_destroy
   - pthread_barrierattr_init
   - pthread_cond_broadcast
+  - pthread_cond_broadcast@GLIBC_2.2.5
   - pthread_cond_destroy
+  - pthread_cond_destroy@GLIBC_2.2.5
   - pthread_cond_signal
+  - pthread_cond_signal@GLIBC_2.2.5
   - pthread_condattr_destroy
   - pthread_condattr_init
   - pthread_getattr_default_np
@@ -4840,13 +4843,17 @@ wrappedlibpthread:
   - pthread_attr_getscope
   - pthread_attr_getstackaddr
   - pthread_attr_getstacksize
+  - pthread_attr_setaffinity_np@GLIBC_2.3.3
   - pthread_attr_setschedparam
   - pthread_attr_setstackaddr
   - pthread_barrierattr_getpshared
   - pthread_cond_init
+  - pthread_cond_init@GLIBC_2.2.5
   - pthread_cond_wait
+  - pthread_cond_wait@GLIBC_2.2.5
   - pthread_condattr_getclock
   - pthread_condattr_getpshared
+  - pthread_getaffinity_np@GLIBC_2.3.3
   - pthread_key_create
   - pthread_mutex_init
   - pthread_mutexattr_getkind_np
@@ -4854,6 +4861,7 @@ wrappedlibpthread:
   - pthread_mutexattr_getrobust
   - pthread_mutexattr_gettype
   - pthread_once
+  - pthread_setaffinity_np@GLIBC_2.3.3
 - vFppp:
   - _pthread_cleanup_push
   - _pthread_cleanup_push_defer
@@ -4870,6 +4878,7 @@ wrappedlibpthread:
   - pthread_atfork
   - pthread_attr_getstack
   - pthread_cond_timedwait
+  - pthread_cond_timedwait@GLIBC_2.2.5
 - iFppip:
   - pthread_cond_clockwait
 - iFpppp:
diff --git a/src/wrapped/generated/wrappedlibpthreadtypes.h b/src/wrapped/generated/wrappedlibpthreadtypes.h
index 5db511a6..2620f07e 100644
--- a/src/wrapped/generated/wrappedlibpthreadtypes.h
+++ b/src/wrapped/generated/wrappedlibpthreadtypes.h
@@ -39,8 +39,11 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
 	GO(pthread_barrierattr_destroy, iFp_t) \
 	GO(pthread_barrierattr_init, iFp_t) \
 	GO(pthread_cond_broadcast, iFp_t) \
+	GO(pthread_cond_broadcast@GLIBC_2.2.5, iFp_t) \
 	GO(pthread_cond_destroy, iFp_t) \
+	GO(pthread_cond_destroy@GLIBC_2.2.5, iFp_t) \
 	GO(pthread_cond_signal, iFp_t) \
+	GO(pthread_cond_signal@GLIBC_2.2.5, iFp_t) \
 	GO(pthread_condattr_destroy, iFp_t) \
 	GO(pthread_condattr_init, iFp_t) \
 	GO(pthread_getattr_default_np, iFp_t) \
@@ -78,13 +81,17 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
 	GO(pthread_attr_getscope, iFpp_t) \
 	GO(pthread_attr_getstackaddr, iFpp_t) \
 	GO(pthread_attr_getstacksize, iFpp_t) \
+	GO(pthread_attr_setaffinity_np@GLIBC_2.3.3, iFpp_t) \
 	GO(pthread_attr_setschedparam, iFpp_t) \
 	GO(pthread_attr_setstackaddr, iFpp_t) \
 	GO(pthread_barrierattr_getpshared, iFpp_t) \
 	GO(pthread_cond_init, iFpp_t) \
+	GO(pthread_cond_init@GLIBC_2.2.5, iFpp_t) \
 	GO(pthread_cond_wait, iFpp_t) \
+	GO(pthread_cond_wait@GLIBC_2.2.5, iFpp_t) \
 	GO(pthread_condattr_getclock, iFpp_t) \
 	GO(pthread_condattr_getpshared, iFpp_t) \
+	GO(pthread_getaffinity_np@GLIBC_2.3.3, iFpp_t) \
 	GO(pthread_key_create, iFpp_t) \
 	GO(pthread_mutex_init, iFpp_t) \
 	GO(pthread_mutexattr_getkind_np, iFpp_t) \
@@ -92,6 +99,7 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
 	GO(pthread_mutexattr_getrobust, iFpp_t) \
 	GO(pthread_mutexattr_gettype, iFpp_t) \
 	GO(pthread_once, iFpp_t) \
+	GO(pthread_setaffinity_np@GLIBC_2.3.3, iFpp_t) \
 	GO(_pthread_cleanup_push, vFppp_t) \
 	GO(_pthread_cleanup_push_defer, vFppp_t) \
 	GO(pthread_attr_setaffinity_np, iFpLp_t) \
@@ -103,6 +111,7 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
 	GO(pthread_atfork, iFppp_t) \
 	GO(pthread_attr_getstack, iFppp_t) \
 	GO(pthread_cond_timedwait, iFppp_t) \
+	GO(pthread_cond_timedwait@GLIBC_2.2.5, iFppp_t) \
 	GO(pthread_cond_clockwait, iFppip_t) \
 	GO(pthread_create, iFpppp_t)