Skip to content

Commit 6e6c63e

Browse files
committed
dbg
1 parent f9fdb4e commit 6e6c63e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/schedule/zephyr_dp_schedule.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,17 @@ static void dp_thread_fn(void *p1, void *p2, void *p3)
404404
struct task *task = p1;
405405
(void)p2;
406406
(void)p3;
407-
struct task_dp_pdata *task_pdata = task->priv_data;
408407
unsigned int lock_key;
409408
enum task_state state;
410409
bool task_stop;
411410
struct scheduler_dp_data *dp_sch = NULL;
412411
volatile int dbg = __LINE__;
412+
struct task_dp_pdata *task_pdata = NULL;
413+
414+
while (dbg);
415+
416+
dbg = __LINE__;
417+
task_pdata = task->priv_data;
413418
dbg = __LINE__;
414419

415420
if (!(task->flags & K_USER))

0 commit comments

Comments
 (0)