Searched refs:tID (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dprocess.c612 int tID = cvector_count(&p->threads); local
614 (*threadID) = tID;
620 error = proc_start_thread(p, tID, NULL, NULL);
622 ROS_ERROR("Could not start child thread %d!", tID);
630 cvector_delete(&p->threads, tID);
/seL4-refos-master/apps/process_server/src/system/process/
H A Dprocess.c612 int tID = cvector_count(&p->threads); local
614 (*threadID) = tID;
620 error = proc_start_thread(p, tID, NULL, NULL);
622 ROS_ERROR("Could not start child thread %d!", tID);
630 cvector_delete(&p->threads, tID);

Completed in 114 milliseconds