Lines Matching full:posix
8 bool "POSIX thread support"
10 Select 'y' here to enable POSIX threads, mutexes, condition variables, and thread-specific
19 int "Maximum number of POSIX threads"
22 Maximum simultaneously active threads in a POSIX application.
28 int "Maximum number of POSIX mutexes"
31 Maximum simultaneously active mutexes in a POSIX application.
34 int "Maximum number of POSIX condition variables"
37 Maximum simultaneously active condition variables in a POSIX application.
40 int "Maximum number of POSIX thread-specific-storage keys"
43 Maximum simultaneously active thread-specific-storage keys in a POSIX application.
52 Prior to a POSIX thread terminating via k_thread_abort(), scheduled
66 bool "Support getting and setting POSIX thread stack addresses"
80 bool "Support getting and setting POSIX thread stack sizes"
89 bool "Extended POSIX thread support"
98 bool "Run POSIX threads with different priorities and schedulers"
142 bool "POSIX mutex priority inheritance"
144 Select 'y' here to enable POSIX mutex priority inheritance.
150 bool "POSIX mutex priority protection"
152 Select 'y' here to enable POSIX mutex priority protection.
158 bool "POSIX thread-safe functions"
162 Select 'y' here to enable POSIX thread-safe functions including asctime_r(), ctime_r(),
171 module-str = POSIX thread
175 module-str = POSIX mutex
179 module-str = POSIX condition variable
183 module-str = POSIX thread-specific data