Bug #1199 » patch-1199-1.diff
| liblttng-ust/lttng-ust-comm.c | ||
|---|---|---|
|
ust_lock_nocheck();
|
||
|
urcu_bp_before_fork();
|
||
|
lttng_ust_lock_fd_tracker();
|
||
|
}
|
||
|
static void ust_after_fork_common(sigset_t *restore_sigset)
|
||
| ... | ... | |
|
int ret;
|
||
|
DBG("process %d", getpid());
|
||
|
lttng_ust_unlock_fd_tracker();
|
||
|
ust_unlock();
|
||
|
pthread_mutex_unlock(&ust_fork_mutex);
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »