Searched refs:taskname (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 184 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() argument 196 task_entry, task_id, taskname, stack, stacksize); in GKI_create_task() 205 gki_cb.com.OSTName[task_id] = taskname; in GKI_create_task() 242 << StringPrintf("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task() 264 gki_cb.os.thread_id[task_id], taskname, stack, stacksize); in GKI_create_task()
|
/system/core/lmkd/ |
D | lmkd.c | 963 char *taskname; in kill_one_process() local 972 taskname = proc_get_name(pid); in kill_one_process() 973 if (!taskname) { in kill_one_process() 996 taskname, pid, uid, procp->oomadj, tasksize * page_k, in kill_one_process() 1008 stats_write_lmk_kill_occurred(log_ctx, LMK_KILL_OCCURRED, uid, taskname, in kill_one_process()
|