Lines Matching refs:thread
25 bool "Block in thread context on full"
28 When enabled logger will block (if in the thread context) when
32 int "Maximum time (in milliseconds) thread can be blocked"
40 logging (e.g. logger or shell thread).
47 When number of buffered messages reaches the threshold thread is waken
48 up. Log processing thread ID is provided during log initialization.
50 this threshold is used by the internal thread.
53 bool "Use internal thread for log processing"
57 When enabled thread is created by the logger subsystem. Thread is
65 int "Set log processing thread startup delay"
68 Log processing thread starts after requested delay given in
69 milliseconds. When started, thread process any buffered messages.
72 int "Set internal log processing thread sleep period"
75 Log processing thread sleeps for requested period given in
76 milliseconds. When waken up, thread process any buffered messages.
79 int "Stack size for the internal log processing thread"
93 Set the internal stack size for log processing thread.
107 bool "Custom log thread priority"
109 Set a custom value for the log processing thread.
112 int "Priority of the log processing thread"
116 The priority of the log processing thread.