Searched refs:taskq_lwp_key (Results 1 – 1 of 1) sorted by relevance
66 static specificdata_key_t taskq_lwp_key; /* Null or taskq this thread runs. */ variable81 lwp_setspecific(taskq_lwp_key, tq); in task_executor()117 lwp_setspecific(taskq_lwp_key, NULL); in task_executor()124 lwp_specific_key_create(&taskq_lwp_key, NULL); in taskq_init()135 lwp_specific_key_delete(taskq_lwp_key); in taskq_fini()248 return (lwp_getspecific(taskq_lwp_key) == tq); in taskq_member()