Searched refs:pthread_create (Results 1 – 7 of 7) sorted by relevance
| /redis-3.2.3/deps/jemalloc/test/src/ |
| H A D | thd.c | 29 if (pthread_create(thd, NULL, proc, arg) != 0) in thd_create()
|
| /redis-3.2.3/deps/jemalloc/src/ |
| H A D | mutex.c | 52 pthread_create(pthread_t *__restrict thread, in pthread_create() function
|
| /redis-3.2.3/src/ |
| H A D | bio.c | 118 if (pthread_create(&thread,&attr,bioProcessBackgroundJobs,arg) != 0) { in bioInit()
|
| /redis-3.2.3/deps/jemalloc/ |
| H A D | INSTALL | 177 Enable code that wraps pthread_create() to detect when an application
|
| H A D | configure.ac | 1186 AC_CHECK_LIB([pthread], [pthread_create], [LIBS="$LIBS -lpthread"], 1187 [AC_SEARCH_LIBS([pthread_create], , ,
|
| H A D | configure | 7022 char pthread_create (); 7026 return pthread_create (); 7060 char pthread_create (); 7064 return pthread_create ();
|
| H A D | ChangeLog | 545 - Don't mangle pthread_create() when --with-private-namespace is specified.
|