Print this page
9017 Introduce taskq_empty()
Reviewed by: Bryan Cantrill <bryan@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libfakekernel/common/mapfile-vers
          +++ new/usr/src/lib/libfakekernel/common/mapfile-vers
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  14   14  # Copyright 2017 RackTop Systems.
       15 +# Copyright 2018, Joyent, Inc.
  15   16  #
  16   17  
  17   18  #
  18   19  # MAPFILE HEADER START
  19   20  #
  20   21  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  21   22  # Object versioning must comply with the rules detailed in
  22   23  #
  23   24  #       usr/src/lib/README.mapfiles
  24   25  #
↓ open down ↓ 170 lines elided ↑ open up ↑
 195  196  
 196  197          system_taskq;
 197  198          system_taskq_fini;      
 198  199          system_taskq_init;
 199  200          taskq_create;
 200  201          taskq_create_proc;
 201  202          taskq_create_sysdc;
 202  203          taskq_destroy;
 203  204          taskq_dispatch;
 204  205          taskq_dispatch_ent;
      206 +        taskq_empty;
 205  207          taskq_member;
 206  208          taskq_wait;
 207  209  
 208  210          thread_create;
 209  211          thread_join;
 210  212          thread_exit;
 211  213  
 212  214          tsd_get;
 213  215          tsd_set;
 214  216          tsd_create;
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX