[webkit-changes] [WebKit/WebKit] f24f30: [PlayStation] Port pthread mutex implementation to...

Basuke Suzuki noreply at github.com
Tue Mar 21 12:23:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f24f304431b72fcb29dabdc0e8501e100e7892e3
      https://github.com/WebKit/WebKit/commit/f24f304431b72fcb29dabdc0e8501e100e7892e3
  Author: Basuke Suzuki <basuke.suzuki at sony.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Source/bmalloc/libpas/src/libpas/pas_config.h
    M Source/bmalloc/libpas/src/libpas/pas_lock.h

  Log Message:
  -----------
  [PlayStation] Port pthread mutex implementation to libpas.
https://bugs.webkit.org/show_bug.cgi?id=254182

Reviewed by Yusuke Suzuki.

Added pthread mutex implementation for PlayStation port.

* Source/bmalloc/libpas/src/libpas/pas_config.h:
* Source/bmalloc/libpas/src/libpas/pas_lock.h:
(pas_lock_construct):
(pas_lock_construct_disabled):
(pas_lock_mutex_setname):
(pas_lock_lock):
(pas_lock_try_lock):
(pas_lock_unlock):
(pas_lock_test_held):
(pas_lock_assert_held):
(pas_lock_testing_assert_held):

Canonical link: https://commits.webkit.org/261931@main




More information about the webkit-changes mailing list