Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 4 of 4) sorted by relevance

/coreutils/
Dconfigure.ac70 [Define to 1 if apps call 'exclude' functions from a single thread.])
72 [Define to 1 if apps call 'regex' functions from a single thread.])
74 # it uses them only from the main thread.
77 from a single thread.])
DNEWS2682 into the stack of an expired thread. [bug introduced in coreutils-8.6]
/coreutils/src/
Dsort.c3735 pthread_t thread; in sortlines() local
3740 && pthread_create (&thread, nullptr, sortlines_thread, &args) == 0) in sortlines()
3744 pthread_join (thread, nullptr); in sortlines()
/coreutils/tests/
Dlocal.mk394 tests/sort/sort-stale-thread-mem.sh \