Home
last modified time | relevance | path

Searched refs:PW_THREAD_JOINING_ENABLED (Results 1 – 19 of 19) sorted by relevance

/external/pigweed/pw_thread_freertos/
Dthread.cc34 #if PW_THREAD_JOINING_ENABLED
53 #if PW_THREAD_JOINING_ENABLED in ThreadEntryPoint()
80 #if PW_THREAD_JOINING_ENABLED in ThreadEntryPoint()
105 #if PW_THREAD_JOINING_ENABLED in TerminateThread()
135 #if PW_THREAD_JOINING_ENABLED in Thread()
166 #if PW_THREAD_JOINING_ENABLED in Thread()
227 #if PW_THREAD_JOINING_ENABLED
Dthread_iteration_test.cc98 #if PW_THREAD_JOINING_ENABLED in TEST()
Ddocs.rst97 ``PW_THREAD_JOINING_ENABLED`` gets set to this value.
/external/pigweed/pw_thread_threadx/
Dthread.cc28 #if PW_THREAD_JOINING_ENABLED
54 #if PW_THREAD_JOINING_ENABLED in ThreadEntryPoint()
83 #if PW_THREAD_JOINING_ENABLED in ThreadEntryPoint()
103 #if PW_THREAD_JOINING_ENABLED in DeleteThread()
130 #if PW_THREAD_JOINING_ENABLED in Thread()
182 #if PW_THREAD_JOINING_ENABLED
Ddocs.rst86 PW_THREAD_JOINING_ENABLED gets set to this value.
/external/pigweed/pw_thread_embos/
Dthread.cc41 #if PW_THREAD_JOINING_ENABLED in ThreadEntryPoint()
60 #if PW_THREAD_JOINING_ENABLED in ThreadEntryPoint()
76 #if PW_THREAD_JOINING_ENABLED in TerminateThread()
100 #if PW_THREAD_JOINING_ENABLED in Thread()
144 #if PW_THREAD_JOINING_ENABLED
Ddocs.rst68 PW_THREAD_JOINING_ENABLED gets set to this value.
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h22 #if PW_THREAD_JOINING_ENABLED
74 #if PW_THREAD_JOINING_ENABLED
84 #if PW_THREAD_JOINING_ENABLED
Dconfig.h34 #define PW_THREAD_JOINING_ENABLED PW_THREAD_FREERTOS_CONFIG_JOINING_ENABLED macro
/external/pigweed/pw_thread/public/pw_thread/
Dthread.h153 #if PW_THREAD_JOINING_ENABLED
193 static constexpr std::bool_constant<PW_THREAD_JOINING_ENABLED>
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h80 #if PW_THREAD_JOINING_ENABLED
92 #if PW_THREAD_JOINING_ENABLED
Dconfig.h33 #define PW_THREAD_JOINING_ENABLED PW_THREAD_THREADX_CONFIG_JOINING_ENABLED macro
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dcontext.h79 #if PW_THREAD_JOINING_ENABLED
91 #if PW_THREAD_JOINING_ENABLED
Dconfig.h32 #define PW_THREAD_JOINING_ENABLED PW_THREAD_EMBOS_CONFIG_JOINING_ENABLED macro
/external/pigweed/pw_sync_freertos/
Dthread_notification_test.cc81 #if PW_THREAD_JOINING_ENABLED in TEST()
113 #if PW_THREAD_JOINING_ENABLED in TEST()
Dtimed_thread_notification_test.cc83 #if PW_THREAD_JOINING_ENABLED in TEST()
115 #if PW_THREAD_JOINING_ENABLED in TEST()
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Dthread_native.h18 #define PW_THREAD_JOINING_ENABLED 1 macro
/external/pigweed/pw_thread/
Dthread_facade_test.cc37 #if PW_THREAD_JOINING_ENABLED
Ddocs.rst235 Note that if backends set ``PW_THREAD_JOINING_ENABLED`` to false, backends
342 ``PW_THREAD_JOINING_ENABLED`` macro through