/usr/lib/ocaml/lwt/lwt_condition.annot is in liblwt-ocaml-dev 2.7.1-4build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 | "src/core/lwt_condition.ml" 34 1745 1749 "src/core/lwt_condition.ml" 34 1745 1755
type(
unit -> 'a Lwt_sequence.t
)
ident(
def create "src/core/lwt_condition.ml" 36 1779 1779 "src/core/lwt_condition.ml" 1 0 -1
)
"src/core/lwt_condition.ml" 34 1745 1758 "src/core/lwt_condition.ml" 34 1745 1777
type(
unit -> 'a Lwt_sequence.t
)
ident(
ext_ref Lwt_sequence.create
)
"src/core/lwt_condition.ml" 36 1779 1783 "src/core/lwt_condition.ml" 36 1779 1787
type(
?mutex:Lwt_mutex.t -> 'a Lwt.u Lwt_sequence.t -> 'a Lwt.t
)
ident(
def wait "src/core/lwt_condition.ml" 50 2085 2085 "src/core/lwt_condition.ml" 1 0 -1
)
"src/core/lwt_condition.ml" 36 1779 1789 "src/core/lwt_condition.ml" 36 1779 1794
type(
Lwt_mutex.t option
)
ident(
def mutex "src/core/lwt_condition.ml" 36 1779 1795 "src/core/lwt_condition.ml" 48 2048 2083
)
"src/core/lwt_condition.ml" 36 1779 1795 "src/core/lwt_condition.ml" 36 1779 1799
type(
'a Lwt.u Lwt_sequence.t
)
ident(
def cvar "src/core/lwt_condition.ml" 37 1802 1804 "src/core/lwt_condition.ml" 48 2048 2083
)
"src/core/lwt_condition.ml" 37 1802 1808 "src/core/lwt_condition.ml" 37 1802 1814
type(
'a Lwt.t
)
ident(
def waiter "src/core/lwt_condition.ml" 38 1840 1842 "src/core/lwt_condition.ml" 48 2048 2083
)
"src/core/lwt_condition.ml" 37 1802 1817 "src/core/lwt_condition.ml" 37 1802 1831
type(
'a Lwt.u Lwt_sequence.t -> 'a Lwt.t
)
ident(
ext_ref Lwt.add_task_r
)
"src/core/lwt_condition.ml" 37 1802 1832 "src/core/lwt_condition.ml" 37 1802 1836
type(
'a Lwt.u Lwt_sequence.t
)
ident(
int_ref cvar "src/core/lwt_condition.ml" 36 1779 1795 "src/core/lwt_condition.ml" 36 1779 1799
)
"src/core/lwt_condition.ml" 37 1802 1817 "src/core/lwt_condition.ml" 37 1802 1836
call(
stack
)
type(
'a Lwt.t
)
"src/core/lwt_condition.ml" 38 1840 1846 "src/core/lwt_condition.ml" 38 1840 1848
type(
unit
)
"src/core/lwt_condition.ml" 39 1851 1861 "src/core/lwt_condition.ml" 39 1851 1866
type(
Lwt_mutex.t option
)
ident(
int_ref mutex "src/core/lwt_condition.ml" 36 1779 1789 "src/core/lwt_condition.ml" 36 1779 1794
)
"src/core/lwt_condition.ml" 40 1872 1885 "src/core/lwt_condition.ml" 40 1872 1886
type(
Lwt_mutex.t
)
ident(
def m "src/core/lwt_condition.ml" 40 1872 1890 "src/core/lwt_condition.ml" 40 1872 1908
)
"src/core/lwt_condition.ml" 40 1872 1880 "src/core/lwt_condition.ml" 40 1872 1886
type(
Lwt_mutex.t option
)
"src/core/lwt_condition.ml" 40 1872 1890 "src/core/lwt_condition.ml" 40 1872 1906
type(
Lwt_mutex.t -> unit
)
ident(
ext_ref Lwt_mutex.unlock
)
"src/core/lwt_condition.ml" 40 1872 1907 "src/core/lwt_condition.ml" 40 1872 1908
type(
Lwt_mutex.t
)
ident(
int_ref m "src/core/lwt_condition.ml" 40 1872 1885 "src/core/lwt_condition.ml" 40 1872 1886
)
"src/core/lwt_condition.ml" 40 1872 1890 "src/core/lwt_condition.ml" 40 1872 1908
call(
stack
)
type(
unit
)
"src/core/lwt_condition.ml" 41 1909 1917 "src/core/lwt_condition.ml" 41 1909 1921
type(
Lwt_mutex.t option
)
"src/core/lwt_condition.ml" 41 1909 1925 "src/core/lwt_condition.ml" 41 1909 1927
type(
unit
)
"src/core/lwt_condition.ml" 39 1851 1855 "src/core/lwt_condition.ml" 41 1909 1927
type(
unit
)
"src/core/lwt_condition.ml" 43 1933 1935 "src/core/lwt_condition.ml" 43 1933 1947
type(
(unit -> 'a Lwt.t) -> (unit -> unit Lwt.t) -> 'a Lwt.t
)
ident(
ext_ref Lwt.finalize
)
"src/core/lwt_condition.ml" 44 1948 1957 "src/core/lwt_condition.ml" 44 1948 1959
type(
unit
)
"src/core/lwt_condition.ml" 44 1948 1963 "src/core/lwt_condition.ml" 44 1948 1969
type(
'a Lwt.t
)
ident(
int_ref waiter "src/core/lwt_condition.ml" 37 1802 1808 "src/core/lwt_condition.ml" 37 1802 1814
)
"src/core/lwt_condition.ml" 44 1948 1952 "src/core/lwt_condition.ml" 44 1948 1970
type(
unit -> 'a Lwt.t
)
"src/core/lwt_condition.ml" 45 1971 1980 "src/core/lwt_condition.ml" 45 1971 1982
type(
unit
)
"src/core/lwt_condition.ml" 46 1986 1999 "src/core/lwt_condition.ml" 46 1986 2004
type(
Lwt_mutex.t option
)
ident(
int_ref mutex "src/core/lwt_condition.ml" 36 1779 1789 "src/core/lwt_condition.ml" 36 1779 1794
)
"src/core/lwt_condition.ml" 47 2010 2026 "src/core/lwt_condition.ml" 47 2010 2027
type(
Lwt_mutex.t
)
ident(
def m "src/core/lwt_condition.ml" 47 2010 2031 "src/core/lwt_condition.ml" 47 2010 2047
)
"src/core/lwt_condition.ml" 47 2010 2021 "src/core/lwt_condition.ml" 47 2010 2027
type(
Lwt_mutex.t option
)
"src/core/lwt_condition.ml" 47 2010 2031 "src/core/lwt_condition.ml" 47 2010 2045
type(
Lwt_mutex.t -> unit Lwt.t
)
ident(
ext_ref Lwt_mutex.lock
)
"src/core/lwt_condition.ml" 47 2010 2046 "src/core/lwt_condition.ml" 47 2010 2047
type(
Lwt_mutex.t
)
ident(
int_ref m "src/core/lwt_condition.ml" 47 2010 2026 "src/core/lwt_condition.ml" 47 2010 2027
)
"src/core/lwt_condition.ml" 47 2010 2031 "src/core/lwt_condition.ml" 47 2010 2047
call(
tail
)
type(
unit Lwt.t
)
"src/core/lwt_condition.ml" 48 2048 2059 "src/core/lwt_condition.ml" 48 2048 2063
type(
Lwt_mutex.t option
)
"src/core/lwt_condition.ml" 48 2048 2067 "src/core/lwt_condition.ml" 48 2048 2082
type(
unit Lwt.t
)
ident(
ext_ref Lwt.return_unit
)
"src/core/lwt_condition.ml" 46 1986 1993 "src/core/lwt_condition.ml" 48 2048 2082
type(
unit Lwt.t
)
"src/core/lwt_condition.ml" 45 1971 1975 "src/core/lwt_condition.ml" 48 2048 2083
type(
unit -> unit Lwt.t
)
"src/core/lwt_condition.ml" 43 1933 1935 "src/core/lwt_condition.ml" 48 2048 2083
call(
tail
)
type(
'a Lwt.t
)
"src/core/lwt_condition.ml" 38 1840 1842 "src/core/lwt_condition.ml" 48 2048 2083
type(
'a Lwt.t
)
"src/core/lwt_condition.ml" 37 1802 1804 "src/core/lwt_condition.ml" 48 2048 2083
type(
'a Lwt.t
)
"src/core/lwt_condition.ml" 50 2085 2089 "src/core/lwt_condition.ml" 50 2085 2095
type(
'a Lwt.u Lwt_sequence.t -> 'a -> unit
)
ident(
def signal "src/core/lwt_condition.ml" 56 2202 2202 "src/core/lwt_condition.ml" 1 0 -1
)
"src/core/lwt_condition.ml" 50 2085 2096 "src/core/lwt_condition.ml" 50 2085 2100
type(
'a Lwt.u Lwt_sequence.t
)
ident(
def cvar "src/core/lwt_condition.ml" 50 2085 2101 "src/core/lwt_condition.ml" 54 2194 2200
)
"src/core/lwt_condition.ml" 50 2085 2101 "src/core/lwt_condition.ml" 50 2085 2104
type(
'a
)
ident(
def arg "src/core/lwt_condition.ml" 51 2107 2109 "src/core/lwt_condition.ml" 54 2194 2200
)
"src/core/lwt_condition.ml" 52 2113 2117 "src/core/lwt_condition.ml" 52 2113 2133
type(
'a Lwt.u -> 'a -> unit
)
ident(
ext_ref Lwt.wakeup_later
)
"src/core/lwt_condition.ml" 52 2113 2135 "src/core/lwt_condition.ml" 52 2113 2154
type(
'a Lwt.u Lwt_sequence.t -> 'a Lwt.u
)
ident(
ext_ref Lwt_sequence.take_l
)
"src/core/lwt_condition.ml" 52 2113 2155 "src/core/lwt_condition.ml" 52 2113 2159
type(
'a Lwt.u Lwt_sequence.t
)
ident(
int_ref cvar "src/core/lwt_condition.ml" 50 2085 2096 "src/core/lwt_condition.ml" 50 2085 2100
)
"src/core/lwt_condition.ml" 52 2113 2134 "src/core/lwt_condition.ml" 52 2113 2160
call(
stack
)
type(
'a Lwt.u
)
"src/core/lwt_condition.ml" 52 2113 2161 "src/core/lwt_condition.ml" 52 2113 2164
type(
'a
)
ident(
int_ref arg "src/core/lwt_condition.ml" 50 2085 2101 "src/core/lwt_condition.ml" 50 2085 2104
)
"src/core/lwt_condition.ml" 52 2113 2117 "src/core/lwt_condition.ml" 52 2113 2164
call(
stack
)
type(
unit
)
"src/core/lwt_condition.ml" 53 2165 2172 "src/core/lwt_condition.ml" 53 2165 2190
type(
exn
)
"src/core/lwt_condition.ml" 54 2194 2198 "src/core/lwt_condition.ml" 54 2194 2200
type(
unit
)
"src/core/lwt_condition.ml" 51 2107 2109 "src/core/lwt_condition.ml" 54 2194 2200
type(
unit
)
"src/core/lwt_condition.ml" 56 2202 2206 "src/core/lwt_condition.ml" 56 2202 2215
type(
'a Lwt.u Lwt_sequence.t -> 'a -> unit
)
ident(
def broadcast "src/core/lwt_condition.ml" 61 2416 2416 "src/core/lwt_condition.ml" 1 0 -1
)
"src/core/lwt_condition.ml" 56 2202 2216 "src/core/lwt_condition.ml" 56 2202 2220
type(
'a Lwt.u Lwt_sequence.t
)
ident(
def cvar "src/core/lwt_condition.ml" 56 2202 2221 "src/core/lwt_condition.ml" 59 2348 2414
)
"src/core/lwt_condition.ml" 56 2202 2221 "src/core/lwt_condition.ml" 56 2202 2224
type(
'a
)
ident(
def arg "src/core/lwt_condition.ml" 57 2227 2229 "src/core/lwt_condition.ml" 59 2348 2414
)
"src/core/lwt_condition.ml" 57 2227 2233 "src/core/lwt_condition.ml" 57 2227 2241
type(
'a Lwt.u list
)
ident(
def wakeners "src/core/lwt_condition.ml" 58 2295 2297 "src/core/lwt_condition.ml" 59 2348 2414
)
"src/core/lwt_condition.ml" 57 2227 2244 "src/core/lwt_condition.ml" 57 2227 2263
type(
('a Lwt.u -> 'a Lwt.u list -> 'a Lwt.u list) ->
'a Lwt.u Lwt_sequence.t -> 'a Lwt.u list -> 'a Lwt.u list
)
ident(
ext_ref Lwt_sequence.fold_r
)
"src/core/lwt_condition.ml" 57 2227 2269 "src/core/lwt_condition.ml" 57 2227 2270
type(
'a Lwt.u
)
ident(
def x "src/core/lwt_condition.ml" 57 2227 2271 "src/core/lwt_condition.ml" 57 2227 2282
)
"src/core/lwt_condition.ml" 57 2227 2271 "src/core/lwt_condition.ml" 57 2227 2272
type(
'a Lwt.u list
)
ident(
def l "src/core/lwt_condition.ml" 57 2227 2276 "src/core/lwt_condition.ml" 57 2227 2282
)
"src/core/lwt_condition.ml" 57 2227 2276 "src/core/lwt_condition.ml" 57 2227 2277
type(
'a Lwt.u
)
ident(
int_ref x "src/core/lwt_condition.ml" 57 2227 2269 "src/core/lwt_condition.ml" 57 2227 2270
)
"src/core/lwt_condition.ml" 57 2227 2281 "src/core/lwt_condition.ml" 57 2227 2282
type(
'a Lwt.u list
)
ident(
int_ref l "src/core/lwt_condition.ml" 57 2227 2271 "src/core/lwt_condition.ml" 57 2227 2272
)
"src/core/lwt_condition.ml" 57 2227 2276 "src/core/lwt_condition.ml" 57 2227 2282
type(
'a Lwt.u list
)
"src/core/lwt_condition.ml" 57 2227 2264 "src/core/lwt_condition.ml" 57 2227 2283
type(
'a Lwt.u -> 'a Lwt.u list -> 'a Lwt.u list
)
"src/core/lwt_condition.ml" 57 2227 2284 "src/core/lwt_condition.ml" 57 2227 2288
type(
'a Lwt.u Lwt_sequence.t
)
ident(
int_ref cvar "src/core/lwt_condition.ml" 56 2202 2216 "src/core/lwt_condition.ml" 56 2202 2220
)
"src/core/lwt_condition.ml" 57 2227 2289 "src/core/lwt_condition.ml" 57 2227 2291
type(
'a Lwt.u list
)
"src/core/lwt_condition.ml" 57 2227 2244 "src/core/lwt_condition.ml" 57 2227 2291
call(
stack
)
type(
'a Lwt.u list
)
"src/core/lwt_condition.ml" 58 2295 2297 "src/core/lwt_condition.ml" 58 2295 2321
type(
('a Lwt.u Lwt_sequence.node -> unit) -> 'a Lwt.u Lwt_sequence.t -> unit
)
ident(
ext_ref Lwt_sequence.iter_node_l
)
"src/core/lwt_condition.ml" 58 2295 2322 "src/core/lwt_condition.ml" 58 2295 2341
type(
'a Lwt.u Lwt_sequence.node -> unit
)
ident(
ext_ref Lwt_sequence.remove
)
"src/core/lwt_condition.ml" 58 2295 2342 "src/core/lwt_condition.ml" 58 2295 2346
type(
'a Lwt.u Lwt_sequence.t
)
ident(
int_ref cvar "src/core/lwt_condition.ml" 56 2202 2216 "src/core/lwt_condition.ml" 56 2202 2220
)
"src/core/lwt_condition.ml" 58 2295 2297 "src/core/lwt_condition.ml" 58 2295 2346
call(
stack
)
type(
unit
)
"src/core/lwt_condition.ml" 59 2348 2350 "src/core/lwt_condition.ml" 59 2348 2359
type(
('a Lwt.u -> unit) -> 'a Lwt.u list -> unit
)
ident(
ext_ref List.iter
)
"src/core/lwt_condition.ml" 59 2348 2365 "src/core/lwt_condition.ml" 59 2348 2372
type(
'a Lwt.u
)
ident(
def wakener "src/core/lwt_condition.ml" 59 2348 2376 "src/core/lwt_condition.ml" 59 2348 2404
)
"src/core/lwt_condition.ml" 59 2348 2376 "src/core/lwt_condition.ml" 59 2348 2392
type(
'a Lwt.u -> 'a -> unit
)
ident(
ext_ref Lwt.wakeup_later
)
"src/core/lwt_condition.ml" 59 2348 2393 "src/core/lwt_condition.ml" 59 2348 2400
type(
'a Lwt.u
)
ident(
int_ref wakener "src/core/lwt_condition.ml" 59 2348 2365 "src/core/lwt_condition.ml" 59 2348 2372
)
"src/core/lwt_condition.ml" 59 2348 2401 "src/core/lwt_condition.ml" 59 2348 2404
type(
'a
)
ident(
int_ref arg "src/core/lwt_condition.ml" 56 2202 2221 "src/core/lwt_condition.ml" 56 2202 2224
)
"src/core/lwt_condition.ml" 59 2348 2376 "src/core/lwt_condition.ml" 59 2348 2404
call(
tail
)
type(
unit
)
"src/core/lwt_condition.ml" 59 2348 2360 "src/core/lwt_condition.ml" 59 2348 2405
type(
'a Lwt.u -> unit
)
"src/core/lwt_condition.ml" 59 2348 2406 "src/core/lwt_condition.ml" 59 2348 2414
type(
'a Lwt.u list
)
ident(
int_ref wakeners "src/core/lwt_condition.ml" 57 2227 2233 "src/core/lwt_condition.ml" 57 2227 2241
)
"src/core/lwt_condition.ml" 59 2348 2350 "src/core/lwt_condition.ml" 59 2348 2414
call(
tail
)
type(
unit
)
"src/core/lwt_condition.ml" 58 2295 2297 "src/core/lwt_condition.ml" 59 2348 2414
type(
unit
)
"src/core/lwt_condition.ml" 57 2227 2229 "src/core/lwt_condition.ml" 59 2348 2414
type(
unit
)
"src/core/lwt_condition.ml" 61 2416 2420 "src/core/lwt_condition.ml" 61 2416 2433
type(
'a Lwt.u Lwt_sequence.t -> exn -> unit
)
ident(
def broadcast_exn "src/core/lwt_condition.ml" 64 2566 2636 "src/core/lwt_condition.ml" 1 0 -1
)
"src/core/lwt_condition.ml" 61 2416 2434 "src/core/lwt_condition.ml" 61 2416 2438
type(
'a Lwt.u Lwt_sequence.t
)
ident(
def cvar "src/core/lwt_condition.ml" 61 2416 2439 "src/core/lwt_condition.ml" 64 2566 2636
)
"src/core/lwt_condition.ml" 61 2416 2439 "src/core/lwt_condition.ml" 61 2416 2442
type(
exn
)
ident(
def exn "src/core/lwt_condition.ml" 62 2445 2447 "src/core/lwt_condition.ml" 64 2566 2636
)
"src/core/lwt_condition.ml" 62 2445 2451 "src/core/lwt_condition.ml" 62 2445 2459
type(
'a Lwt.u list
)
ident(
def wakeners "src/core/lwt_condition.ml" 63 2513 2515 "src/core/lwt_condition.ml" 64 2566 2636
)
"src/core/lwt_condition.ml" 62 2445 2462 "src/core/lwt_condition.ml" 62 2445 2481
type(
('a Lwt.u -> 'a Lwt.u list -> 'a Lwt.u list) ->
'a Lwt.u Lwt_sequence.t -> 'a Lwt.u list -> 'a Lwt.u list
)
ident(
ext_ref Lwt_sequence.fold_r
)
"src/core/lwt_condition.ml" 62 2445 2487 "src/core/lwt_condition.ml" 62 2445 2488
type(
'a Lwt.u
)
ident(
def x "src/core/lwt_condition.ml" 62 2445 2489 "src/core/lwt_condition.ml" 62 2445 2500
)
"src/core/lwt_condition.ml" 62 2445 2489 "src/core/lwt_condition.ml" 62 2445 2490
type(
'a Lwt.u list
)
ident(
def l "src/core/lwt_condition.ml" 62 2445 2494 "src/core/lwt_condition.ml" 62 2445 2500
)
"src/core/lwt_condition.ml" 62 2445 2494 "src/core/lwt_condition.ml" 62 2445 2495
type(
'a Lwt.u
)
ident(
int_ref x "src/core/lwt_condition.ml" 62 2445 2487 "src/core/lwt_condition.ml" 62 2445 2488
)
"src/core/lwt_condition.ml" 62 2445 2499 "src/core/lwt_condition.ml" 62 2445 2500
type(
'a Lwt.u list
)
ident(
int_ref l "src/core/lwt_condition.ml" 62 2445 2489 "src/core/lwt_condition.ml" 62 2445 2490
)
"src/core/lwt_condition.ml" 62 2445 2494 "src/core/lwt_condition.ml" 62 2445 2500
type(
'a Lwt.u list
)
"src/core/lwt_condition.ml" 62 2445 2482 "src/core/lwt_condition.ml" 62 2445 2501
type(
'a Lwt.u -> 'a Lwt.u list -> 'a Lwt.u list
)
"src/core/lwt_condition.ml" 62 2445 2502 "src/core/lwt_condition.ml" 62 2445 2506
type(
'a Lwt.u Lwt_sequence.t
)
ident(
int_ref cvar "src/core/lwt_condition.ml" 61 2416 2434 "src/core/lwt_condition.ml" 61 2416 2438
)
"src/core/lwt_condition.ml" 62 2445 2507 "src/core/lwt_condition.ml" 62 2445 2509
type(
'a Lwt.u list
)
"src/core/lwt_condition.ml" 62 2445 2462 "src/core/lwt_condition.ml" 62 2445 2509
call(
stack
)
type(
'a Lwt.u list
)
"src/core/lwt_condition.ml" 63 2513 2515 "src/core/lwt_condition.ml" 63 2513 2539
type(
('a Lwt.u Lwt_sequence.node -> unit) -> 'a Lwt.u Lwt_sequence.t -> unit
)
ident(
ext_ref Lwt_sequence.iter_node_l
)
"src/core/lwt_condition.ml" 63 2513 2540 "src/core/lwt_condition.ml" 63 2513 2559
type(
'a Lwt.u Lwt_sequence.node -> unit
)
ident(
ext_ref Lwt_sequence.remove
)
"src/core/lwt_condition.ml" 63 2513 2560 "src/core/lwt_condition.ml" 63 2513 2564
type(
'a Lwt.u Lwt_sequence.t
)
ident(
int_ref cvar "src/core/lwt_condition.ml" 61 2416 2434 "src/core/lwt_condition.ml" 61 2416 2438
)
"src/core/lwt_condition.ml" 63 2513 2515 "src/core/lwt_condition.ml" 63 2513 2564
call(
stack
)
type(
unit
)
"src/core/lwt_condition.ml" 64 2566 2568 "src/core/lwt_condition.ml" 64 2566 2577
type(
('a Lwt.u -> unit) -> 'a Lwt.u list -> unit
)
ident(
ext_ref List.iter
)
"src/core/lwt_condition.ml" 64 2566 2583 "src/core/lwt_condition.ml" 64 2566 2590
type(
'a Lwt.u
)
ident(
def wakener "src/core/lwt_condition.ml" 64 2566 2594 "src/core/lwt_condition.ml" 64 2566 2626
)
"src/core/lwt_condition.ml" 64 2566 2594 "src/core/lwt_condition.ml" 64 2566 2614
type(
'a Lwt.u -> exn -> unit
)
ident(
ext_ref Lwt.wakeup_later_exn
)
"src/core/lwt_condition.ml" 64 2566 2615 "src/core/lwt_condition.ml" 64 2566 2622
type(
'a Lwt.u
)
ident(
int_ref wakener "src/core/lwt_condition.ml" 64 2566 2583 "src/core/lwt_condition.ml" 64 2566 2590
)
"src/core/lwt_condition.ml" 64 2566 2623 "src/core/lwt_condition.ml" 64 2566 2626
type(
exn
)
ident(
int_ref exn "src/core/lwt_condition.ml" 61 2416 2439 "src/core/lwt_condition.ml" 61 2416 2442
)
"src/core/lwt_condition.ml" 64 2566 2594 "src/core/lwt_condition.ml" 64 2566 2626
call(
tail
)
type(
unit
)
"src/core/lwt_condition.ml" 64 2566 2578 "src/core/lwt_condition.ml" 64 2566 2627
type(
'a Lwt.u -> unit
)
"src/core/lwt_condition.ml" 64 2566 2628 "src/core/lwt_condition.ml" 64 2566 2636
type(
'a Lwt.u list
)
ident(
int_ref wakeners "src/core/lwt_condition.ml" 62 2445 2451 "src/core/lwt_condition.ml" 62 2445 2459
)
"src/core/lwt_condition.ml" 64 2566 2568 "src/core/lwt_condition.ml" 64 2566 2636
call(
tail
)
type(
unit
)
"src/core/lwt_condition.ml" 63 2513 2515 "src/core/lwt_condition.ml" 64 2566 2636
type(
unit
)
"src/core/lwt_condition.ml" 62 2445 2447 "src/core/lwt_condition.ml" 64 2566 2636
type(
unit
)
|