Searched refs:thread (Results 1 – 4 of 4) sorted by relevance
70 [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.])
2682 into the stack of an expired thread. [bug introduced in coreutils-8.6]
3735 pthread_t thread; in sortlines() local3740 && pthread_create (&thread, nullptr, sortlines_thread, &args) == 0) in sortlines()3744 pthread_join (thread, nullptr); in sortlines()
394 tests/sort/sort-stale-thread-mem.sh \