Lines Matching refs:this
4 * you may not use this file except in compliance with the License.
33 ffrt_mutex_init(this, nullptr);
38 ffrt_mutex_destroy(this);
46 return ffrt_mutex_trylock(this) == ffrt_success ? true : false;
51 ffrt_mutex_lock(this);
56 ffrt_mutex_unlock(this);
66 ffrt_mutex_init(this, &attr);
72 ffrt_mutex_destroy(this);
80 return ffrt_mutex_trylock(this) == ffrt_success ? true : false;
85 ffrt_mutex_lock(this);
90 ffrt_mutex_unlock(this);