1main: { 2 multithreading: { 3 threads: [ 4 { 5 instruction: { 6 binder_request: { 7 generic_service: { 8 name: "time_zone_detector", 9 code: 6, 10 parcel_input: [{ 11 type: STRING_16, 12 data: "Asia/Calcutta" 13 }] 14 }, 15 }, 16 repeat: 2, 17 period_us: 1000, 18 } 19 spawn: 2, 20 } 21 ] 22 } 23}, 24global {} 25