Lines Matching refs:threadId
62 threadId,
121 debug(`[${threadId}] create new worker`, filename, options);
210 debug(`[${threadId}] created Worker with ID ${this.threadId}`);
269 debug(`[${threadId}] hears end event for Worker ${this.threadId}`);
274 debug(`[${threadId}] failing with custom error ${customErr} \
328 debug(`[${threadId}] explicitly closes stdout for ${this.threadId}`);
332 debug(`[${threadId}] explicitly closes stderr for ${this.threadId}`);
344 debug(`[${threadId}] terminates Worker with ID ${this.threadId}`);
383 get threadId() { getter in Worker
386 return this[kHandle].threadId;
512 threadId, property