mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Use real pthread_create for creating background threads.
This commit is contained in:
@@ -30,7 +30,7 @@ static malloc_mutex_t *postponed_mutexes = NULL;
|
||||
static void
|
||||
pthread_create_once(void) {
|
||||
pthread_create_fptr = load_pthread_create_fptr();
|
||||
isthreaded = true;
|
||||
assert(isthreaded);
|
||||
}
|
||||
|
||||
JEMALLOC_EXPORT int
|
||||
|
||||
Reference in New Issue
Block a user