Lines Matching refs:threadId
67 threadId,
131 `[${threadId}] create new worker`,
229 debug(`[${threadId}] created Worker with ID ${this.threadId}`);
290 debug(`[${threadId}] hears end event for Worker ${this.threadId}`);
299 debug(`[${threadId}] failing with custom error ${customErr} \
354 debug(`[${threadId}] explicitly closes stdout for ${this.threadId}`);
358 debug(`[${threadId}] explicitly closes stderr for ${this.threadId}`);
370 debug(`[${threadId}] terminates Worker with ID ${this.threadId}`);
409 get threadId() {
412 return this[kHandle].threadId;
547 threadId,