Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 7 of 7) sorted by relevance

/redis-3.2.3/deps/jemalloc/test/src/
H A Dthd.c29 if (pthread_create(thd, NULL, proc, arg) != 0) in thd_create()
/redis-3.2.3/deps/jemalloc/src/
H A Dmutex.c52 pthread_create(pthread_t *__restrict thread, in pthread_create() function
/redis-3.2.3/src/
H A Dbio.c118 if (pthread_create(&thread,&attr,bioProcessBackgroundJobs,arg) != 0) { in bioInit()
/redis-3.2.3/deps/jemalloc/
H A DINSTALL177 Enable code that wraps pthread_create() to detect when an application
H A Dconfigure.ac1186 AC_CHECK_LIB([pthread], [pthread_create], [LIBS="$LIBS -lpthread"],
1187 [AC_SEARCH_LIBS([pthread_create], , ,
H A Dconfigure7022 char pthread_create ();
7026 return pthread_create ();
7060 char pthread_create ();
7064 return pthread_create ();
H A DChangeLog545 - Don't mangle pthread_create() when --with-private-namespace is specified.