Lines Matching refs:thread
26 bool "Block in thread context on full"
29 When enabled logger will block (if in the thread context) when
33 int "Maximum time (in milliseconds) thread can be blocked"
41 logging (e.g. logger or shell thread).
48 When number of buffered messages reaches the threshold thread is waken
49 up. Log processing thread ID is provided during log initialization.
51 this threshold is used by the internal thread.
54 bool "Use internal thread for log processing"
58 When enabled thread is created by the logger subsystem. Thread is
66 int "Set log processing thread startup delay"
69 Log processing thread starts after requested delay given in
70 milliseconds. When started, thread process any buffered messages.
73 int "Set internal log processing thread sleep period"
76 Log processing thread sleeps for requested period given in
77 milliseconds. When waken up, thread process any buffered messages.
80 int "Stack size for the internal log processing thread"
94 Set the internal stack size for log processing thread.
108 bool "Custom log thread priority"
110 Set a custom value for the log processing thread.
113 int "Priority of the log processing thread"
117 The priority of the log processing thread.